Fixes for using markdown in asset comments

This commit is contained in:
2021-12-22 15:48:49 +00:00
parent 5406568d93
commit b9e763777f
3 changed files with 5 additions and 3 deletions

View File

@@ -5,11 +5,13 @@
{% block css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/selects.css' %}"/>
<link rel="stylesheet" type="text/css" href="{% static 'css/simplemde.min.css' %}">
{% endblock %}
{% block preload_js %}
{{ block.super }}
<script src="{% static 'js/selects.js' %}"></script>
<script src="{% static 'js/simplemde.min.js' %}"></script>
{% endblock %}
{% block js %}