From 8a9c97d956cb29948fb479aa7a9b5e41be8460a0 Mon Sep 17 00:00:00 2001 From: Gokuldevx Date: Thu, 21 Aug 2025 11:38:08 +0530 Subject: [PATCH] added leaflet --- civicfix/core/templates/core/base.html | 247 +++++++++++++++---------- 1 file changed, 147 insertions(+), 100 deletions(-) diff --git a/civicfix/core/templates/core/base.html b/civicfix/core/templates/core/base.html index b6cc410..1da27a1 100644 --- a/civicfix/core/templates/core/base.html +++ b/civicfix/core/templates/core/base.html @@ -1,125 +1,172 @@ - - - - Civixfix - {% block title %}Community Issue Reporting Platform{% endblock %} + + + + + Civixfix - {% block title %}Community Issue Reporting Platform{% endblock %} + - + + + + + - + {% block extra_css %}{% endblock %} - - + + + + -
- {% block content %}{% endblock %} -
+
{% block content %}{% endblock %}
-