Skip to content

Commit 2e288fe

Browse files
committed
Removed nonexisting CSS dependencies from the new_article.html template that were screwing up django-compressor.
1 parent 5e5df8f commit 2e288fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/templates/new_article.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@
6565

6666
<br>
6767
{% endblock %}
68-
69-
{% block css %}
70-
{{ block.super }}
71-
{% load static %}
72-
<link rel="stylesheet" href="{% static 'codemirror/lib/codemirror.css' %}">
73-
<link rel="stylesheet" href="{% static 'css/components/htmleditor.min.css' %}">
74-
{% endblock %}
75-
7668
{% block javascripts %}
7769
{{ block.super }}
7870
{% load static %}

0 commit comments

Comments
 (0)