From 5f89b379836578019de3e473847015c190175798 Mon Sep 17 00:00:00 2001 From: winet Date: Thu, 7 Mar 2024 16:18:48 +1000 Subject: [PATCH] Simplified title --- app/blueprints/frontend/templates/add.j2 | 2 +- app/blueprints/frontend/templates/base.j2 | 16 +++++++++------- app/blueprints/frontend/templates/collections.j2 | 4 ++-- app/blueprints/frontend/templates/index.j2 | 2 +- app/blueprints/frontend/templates/tasks.j2 | 2 +- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/app/blueprints/frontend/templates/add.j2 b/app/blueprints/frontend/templates/add.j2 index 9e91f09..de831c1 100644 --- a/app/blueprints/frontend/templates/add.j2 +++ b/app/blueprints/frontend/templates/add.j2 @@ -1,7 +1,7 @@ {% extends "base.j2" %} {% block title %} -PaperParser: Вход в аккаунт +Вход в аккаунт {% endblock title %} {% block main %} diff --git a/app/blueprints/frontend/templates/base.j2 b/app/blueprints/frontend/templates/base.j2 index 996095d..2cdb15b 100644 --- a/app/blueprints/frontend/templates/base.j2 +++ b/app/blueprints/frontend/templates/base.j2 @@ -2,7 +2,7 @@ - {% block title %}{% endblock %} + PaperParser: {% block title %}{% endblock %} @@ -14,20 +14,22 @@ - +
-
-
+ +
{% block main %} {% endblock %} diff --git a/app/blueprints/frontend/templates/collections.j2 b/app/blueprints/frontend/templates/collections.j2 index 6773916..522f6dd 100644 --- a/app/blueprints/frontend/templates/collections.j2 +++ b/app/blueprints/frontend/templates/collections.j2 @@ -1,13 +1,13 @@ {% extends "base.j2" %} {% block title %} -Базы +Базы пользователей {% endblock title %} {% block main %}
-

Задачи

+

Базы пользователей


{% include "collections/grid.j2" %} diff --git a/app/blueprints/frontend/templates/index.j2 b/app/blueprints/frontend/templates/index.j2 index 5eb8117..d428e70 100644 --- a/app/blueprints/frontend/templates/index.j2 +++ b/app/blueprints/frontend/templates/index.j2 @@ -1,7 +1,7 @@ {% extends "base.j2" %} {% block title %} -PaperParser: Главная +Главная {% endblock title %} {% block main %} diff --git a/app/blueprints/frontend/templates/tasks.j2 b/app/blueprints/frontend/templates/tasks.j2 index 27f6548..3d1ea3a 100644 --- a/app/blueprints/frontend/templates/tasks.j2 +++ b/app/blueprints/frontend/templates/tasks.j2 @@ -1,7 +1,7 @@ {% extends "base.j2" %} {% block title %} - PaperParser: Заадчи +Заадчи {% endblock title %} {% block main %}