Fix easymde assets being included on every page

This commit is contained in:
rubenwardy
2023-12-16 00:57:13 +00:00
parent 8606f596f3
commit 4358882105
10 changed files with 33 additions and 6 deletions

View File

@@ -4,6 +4,11 @@
{{ _("Edit reply") }} - {{ thread.title }}
{% endblock %}
{% block scriptextra %}
{% from "macros/forms.html" import easymde_scripts %}
{{ easymde_scripts() }}
{% endblock %}
{% block content %}
<h1>{{ _("Edit reply") }}</h1>