This commit is contained in:
Dmitriy Andreev
2021-02-11 20:18:32 +03:00
22 changed files with 423 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
<html lang="ru" class="h-100">
{% load static %}
<head>
@@ -32,7 +33,7 @@
<main class="flex-shrink-0">
<div class="container mt-4 mb-4">
<h1 class="mb-4">
<h1 class="mb-4 text-center">
{% block heading %}
{% endblock %}
</h1>
@@ -52,5 +53,6 @@
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"
></script>
</body>
</html>