abra at Thu Dec 27 13:44:21 +04 2018

This commit is contained in:
2018-12-27 13:44:21 +04:00
parent da6260be34
commit 8109fc7619
9 changed files with 59 additions and 14 deletions

View File

@@ -1,10 +1,13 @@
{% extends 'web/base.html' %}
{% block main %}
{{ form.media }}
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input class="btn btn-primary" type="submit" value="Сохранить">
</form>
<form method="post">{% csrf_token %}
{{ form.as_p }}
{# {% bootstrap_form form %}#}
<input class="btn btn-primary" type="submit" value="Сохранить">
</form>
{% endblock %}