diff --git a/src/django_project/web/templates/web/partials/future_events.htm b/src/django_project/web/templates/web/partials/future_events.htm index b0cebf5..f5f76cf 100644 --- a/src/django_project/web/templates/web/partials/future_events.htm +++ b/src/django_project/web/templates/web/partials/future_events.htm @@ -1,8 +1,7 @@ {% for event in events %}
{{ event.description|truncatechars:250 }}
@@ -10,7 +9,7 @@{{ event.start_date_time|date:"F j, Y, g:i a" }} - {{ event.end_date_time|date:"g:i a" }}
-{{ event.location }}
+{{ event.location }}
RSVP Now