django-markdownx/testapp/templates/index.html

9 lines
161 B
HTML
Raw Normal View History

2016-12-04 18:36:41 +00:00
{% extends 'base.html' %}
{% block content %}
<form role="form" method="POST" action="">{% csrf_token %}
{{ form }}
</form>
{{ form.media }}
2016-12-04 18:36:41 +00:00
{% endblock %}