django-markdownx/markdownx/tests/templates/test_view.html

12 lines
181 B
HTML
Raw Normal View History

2015-09-30 10:51:07 +00:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form role="form" method="POST" action="">{% csrf_token %}
{{ form.as_p }}
</form>
{{ form.media }}
</body>
</html>