From 53842421d80c7c520a4f47582ce906713e2fd623 Mon Sep 17 00:00:00 2001 From: vas3k Date: Tue, 7 Jan 2020 23:41:44 +0100 Subject: [PATCH] Fix what.html title --- templates/what.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/what.html b/templates/what.html index ddbc260..ac43525 100644 --- a/templates/what.html +++ b/templates/what.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} -{% block title %}Что это? | {{ settings.APP_TITLE }}{% endblock %} +{% block title %}Что это? | {{ block.super }}{% endblock %} {% block content %}