diff --git a/nyaa/templates/edit.html b/nyaa/templates/edit.html index 3d505ac..6ea01d4 100644 --- a/nyaa/templates/edit.html +++ b/nyaa/templates/edit.html @@ -2,6 +2,7 @@ {% block title %}Edit {{ torrent.display_name }} :: {{ config.SITE_NAME }}{% endblock %} {% block body %} {% from "_formhelpers.html" import render_field %} +{% from "_formhelpers.html" import render_markdown_editor %}

Edit Torrent

@@ -28,7 +29,7 @@
- {{ render_field(form.description, class_='form-control') }} + {{ render_markdown_editor(form.description, field_name='description') }}