Skip to content

Commit e450dbe

Browse files
authored
Update guide.html
1 parent 06cafc2 commit e450dbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draceditor/templates/draceditor/guide.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
{% load i18n %}
2-
{% load static %}
1+
{% load i18n static %}
32
<div class="ui medium modal scrolling transition modal-help-guide">
43
<i class="close icon"></i>
54
<div class="header"><i class="help circle icon"></i> {% trans "Markdown Guide" %}</div>
@@ -85,7 +84,7 @@
8584
<td>![Image][1]<br> &#8285;<br> [1]: http://url/b.jpg</td>
8685
<td>Ctrl+Shift+I</td>
8786
<td>Command+Option+I</td>
88-
<td><img src="{% static 'plguins/images/commonmark.png' %}" width="36" height="36" alt="Markdown"></td>
87+
<td><img src="{% static 'plugins/images/commonmark.png' %}" width="36" height="36" alt="Markdown"></td>
8988
</tr>
9089
<tr>
9190
<td>&gt; Blockquote</td>

0 commit comments

Comments
 (0)