django-markdownx/markdownx/tests/templates/test_view.html
2015-09-30 12:51:07 +02:00

11 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form role="form" method="POST" action="">{% csrf_token %}
{{ form.as_p }}
</form>
{{ form.media }}
</body>
</html>