django-markdownx/testapp/templates/index.html
adi 67b1769ebd [Updates #67]
* cleanup current app
* add bootstrap framework
2017-05-11 23:51:29 +02:00

8 lines
161 B
HTML

{% extends 'base.html' %}
{% block content %}
<form role="form" method="POST" action="">{% csrf_token %}
{{ form }}
</form>
{{ form.media }}
{% endblock %}