diff --git a/civicfix/core/templates/core/index.html b/civicfix/core/templates/core/index.html index 5ca04de..d60231d 100644 --- a/civicfix/core/templates/core/index.html +++ b/civicfix/core/templates/core/index.html @@ -7,7 +7,11 @@
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
A dangerous pothole near the intersection causing damage to vehicles.
+ + {{ issue.category.name|default:"General" }} + +{{ issue.description|truncatewords:15 }}
Trash bins at the park haven't been emptied in over a week.
-Dark intersection creating safety concerns for pedestrians.
-Join thousands of citizens who are actively improving their neighborhoods.
- Get Started Now +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 %}