From 142046cb8b7af516436660244d80eeca6c859118 Mon Sep 17 00:00:00 2001 From: Faheedkhan Date: Sun, 31 Aug 2025 14:55:21 +0300 Subject: [PATCH] small fix --- templates/header.html | 6 +++--- templates/notifications.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/header.html b/templates/header.html index cda3de9c..7d3cba2b 100644 --- a/templates/header.html +++ b/templates/header.html @@ -414,7 +414,7 @@ {# --- Support & Contact Section (New) --- #} -
+ {% comment %} +
{% endcomment %} {% endif %} @@ -451,7 +451,7 @@
{% if user.is_authenticated%} - + {{ request.dealer.user.username }} {% endif %} diff --git a/templates/notifications.html b/templates/notifications.html index 250b3bdf..0c1d1811 100644 --- a/templates/notifications.html +++ b/templates/notifications.html @@ -1,3 +1,4 @@ +{% load i18n %}