This commit is contained in:
2018-12-27 04:30:12 +04:00
parent 48b4c9bbfe
commit 273afd18d0
24 changed files with 374 additions and 116 deletions

View File

@@ -1,15 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Новая запись</title>
</head>
<body>
{% extends 'web/base.html' %}
{% block main %}
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Сохранить">
<input class="btn btn-primary" type="submit" value="Сохранить">
</form>
</body>
</html>
{% endblock %}