diff --git a/lpon_site/templates/404.html b/lpon_site/templates/404.html index 57c375a..2b851fc 100644 --- a/lpon_site/templates/404.html +++ b/lpon_site/templates/404.html @@ -50,10 +50,11 @@
Страница не найдена…
Запрошенная страница не существует или была перемещена.
- {% if user.is_staff and admin_hint %} + {% if user.is_staff and requested_slug %}{{ admin_hint }}
+Статья или хаб со слагом «{{ requested_slug }}» отсутствует в базе данных.
+ Создайте статью со слагом «{{ requested_slug }}» (тип HUB) в административной панели.