mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-23 17:40:32 +00:00
11 lines
186 B
HTML
11 lines
186 B
HTML
{% extends "admin2/bootstrap/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<input type="submit"/>
|
|
</form>
|
|
|
|
{% endblock content %}
|