Render markdown

This commit is contained in:
Jens Kadenbach 2019-09-05 13:12:30 +02:00
parent 8b16fe573c
commit d5dcfd5fa2
13 changed files with 52 additions and 13 deletions

View file

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load i18n %}
{% load crispy_forms_tags %}
@ -16,4 +17,5 @@
</div>
</div>
</form>
{{ form.media }}
{% endblock %}