com2
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user