diff --git a/get_together/templates/get_together/events/show_event.html b/get_together/templates/get_together/events/show_event.html index a2edb2a..9f87372 100644 --- a/get_together/templates/get_together/events/show_event.html +++ b/get_together/templates/get_together/events/show_event.html @@ -96,7 +96,7 @@ {% endblock %} {% block content %} -
{{ event.summary|markdown }}
+Part of: | {{ event.parent.name }} | -
Repeats: | + | -
Time: | {{ event.local_start_time }} - {{ event.local_end_time }} | -
Place: |
+
+
+ Time: {{ event.local_start_time }} - {{ event.local_end_time }}
+
+ Place:
{% if event.place %}
{{ event.place.name }}
{% if can_edit_event %}Change{% endif %}
@@ -186,18 +190,18 @@
{% else %}
No place selected yet.
{% endif %}
- |
-
Website: | {{ event.web_url }} | -
Presentations: | -
+
+ Presentations:
+
{% for presentation in presentation_list %}
{{presentation.talk.title}} by {{presentation.talk.speaker.user}}, {{presentation.talk.speaker.title}}
{% endfor %}
@@ -207,14 +211,14 @@
{% if pending_presentations and can_edit_event %}
{{pending_presentations}} proposed talks
{% endif %}
- |
-