red files

This commit is contained in:
r_minaeva
2022-10-20 14:19:42 +05:00
parent 067b87f88d
commit ea2c9f7f80
3 changed files with 74 additions and 0 deletions

11
custom_theme/404.html Normal file
View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404 - Страница не найдена</h1>
</div>
</div>
{% endblock %}