Skip to content

Commit e13e6c2

Browse files
committed
noqa
1 parent 1496c1a commit e13e6c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

martor_demo/app/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en-us">
33
<head>
44
<title>{% block title %}{% endblock %} :: Martor</title>
5-
65
<link href="{% static 'plugins/css/ace.min.css' %}" type="text/css" media="all" rel="stylesheet" />
76
<link href="{% static 'plugins/css/semantic.min.css' %}" type="text/css" media="all" rel="stylesheet" />
87
<link href="{% static 'plugins/css/resizable.min.css' %}" type="text/css" media="all" rel="stylesheet" />

martor_demo/app/templates/test_markdownify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a class="item" href="https://github.com/agusmakmun/django-markdown-editor" target="_blank">
2222
<i class="github icon"></i> Github
2323
</a>
24-
<div class="ui dropdown item" tabindex="0">Choice Demo
24+
<div class="ui dropdown item" tabindex="0">Choose Demo
2525
<i class="dropdown icon"></i>
2626
<div class="menu transition hidden" tabindex="-1">
2727
<a href="{% url 'simple_form' %}" class="item">Simple Form</a>

0 commit comments

Comments
 (0)