diff --git a/event/templates/event/calendar.html b/event/templates/event/calendar.html index 88426e3..620bfa6 100644 --- a/event/templates/event/calendar.html +++ b/event/templates/event/calendar.html @@ -35,7 +35,7 @@ {% for activity in day.list %}
{{ activity.id }} - {{ activity.id }} + {{ activity.title }} {{ activity.beginning | date:"j/m/Y H:i" }} {{ activity.end | date:"j/m/Y H:i" }} {{ activity.places.all | join:", " }}