From 93b7e48284f786e574c14da0b4494949c06c67a6 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 26 Sep 2022 11:15:11 +0100 Subject: [PATCH] use text title --- app/templates/text.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/text.html b/app/templates/text.html index 375f571..c0f1ac7 100644 --- a/app/templates/text.html +++ b/app/templates/text.html @@ -20,6 +20,7 @@ {% endblock head %} +{% block title %}{{ text.title }} - njp.ma{% endblock title %} {% block main %}
{% endblock %}