django-markdownx/testapp/templates/test_create_view.html

9 lines
166 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.as_p }}
</form>
{{ form.media }}
{% endblock %}