diff --git a/civicfix/core/__pycache__/views.cpython-313.pyc b/civicfix/core/__pycache__/views.cpython-313.pyc index bc4512a..0f287f7 100644 Binary files a/civicfix/core/__pycache__/views.cpython-313.pyc and b/civicfix/core/__pycache__/views.cpython-313.pyc differ diff --git a/civicfix/core/templates/core/base.html b/civicfix/core/templates/core/base.html index d4f6dd7..1023ea0 100644 --- a/civicfix/core/templates/core/base.html +++ b/civicfix/core/templates/core/base.html @@ -83,7 +83,8 @@
diff --git a/civicfix/core/templates/core/index.html b/civicfix/core/templates/core/index.html index c7324b9..caa21ff 100644 --- a/civicfix/core/templates/core/index.html +++ b/civicfix/core/templates/core/index.html @@ -1,147 +1,160 @@ {% extends "core/base.html" %} {% block content %} - -Your voice matters in making our community better. Report local issues and track their resolution in real-time.
-Issues Reported
-Issues Resolved
-Active Users
-Municipal Departments
-Transparent, efficient, and community-driven problem solving
-Pinpoint issues on an interactive map for accurate location tracking and faster resolution.
-Follow your reported issues through every stage from reporting to resolution.
-Vote and comment on issues to help prioritize what matters most to your neighborhood.
-Simple steps to make your community better
-Take a photo, add details, and drop a pin on the map to report problems in your area.
-Others can vote and comment to show support and add details to your report.
-Municipal authorities receive, prioritize, and work on resolving the issues.
-Your voice matters in making our community better. Report local issues and track their + resolution in real-time.
+Issues Reported
+Issues Resolved
+Active Users
+Municipal Departments
+Transparent, efficient, and community-driven problem solving
+Pinpoint issues on an interactive map for accurate location tracking + and faster resolution.
+Follow your reported issues through every stage from reporting to + resolution.
+Vote and comment on issues to help prioritize what matters most to + your neighborhood.
+Simple steps to make your community better
Take a photo, add details, and drop a pin on the map to report + problems in your area.
+Others can vote and comment to show support and add details to + your report.
+Municipal authorities receive, prioritize, and work on resolving + the issues.
+{{ issue.description|truncatewords:15 }}
-{{ issue.description|truncatewords:15 }}
+Join {{ active_users|default:"thousands of" }} citizens who are actively improving their neighborhoods.
- {% if user.is_authenticated %} - Report an Issue - {% else %} - Get Started Now - {% endif %} -Join {{ active_users|default:"thousands of" }} citizens who are actively improving their + neighborhoods.
+ {% if user.is_authenticated %} + Report an Issue + {% else %} + Get Started Now + {% endif %} +