From c34a2c16d95114f9b2e33a583ed9dc2e2105f74a Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 15 Jul 2024 23:09:52 +0200 Subject: [PATCH] fix login screen --- templates/base.html.twig | 2 +- templates/common/nav.html.twig | 4 ++-- templates/index/index.html.twig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 4f68c66..acc7292 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -16,7 +16,7 @@
- {% import 'nav' %} + {% include 'common/nav.html.twig' %} {% block body %}{% endblock %}
diff --git a/templates/common/nav.html.twig b/templates/common/nav.html.twig index 66df1cb..a6e1828 100644 --- a/templates/common/nav.html.twig +++ b/templates/common/nav.html.twig @@ -7,8 +7,8 @@ {{ app.user.userIdentifier }}, Logout {% else %} - Login + Login {% endif %} - Admin +{# Admin#} diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index eb6bab5..201aca5 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -9,7 +9,7 @@
-

Hello {{ controller_name }}! ✅

+

Hello ! ✅

This friendly message is coming from: