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 %} -
+
{% if team.banner_img %} @@ -156,28 +156,32 @@

{% endif %} + {% if event.summary %} +

{{ event.summary|markdown }}

+
+ {% endif %} - +
{% if event.parent %} -
- - + {% endif %} {% if event.series %} - - - + + {% endif %} - - - - - - + + {% if event.web_url %} - - - +
+
Website:
+
{% endif %} {% if event.team.is_premium %} - - - - + + {% endif %} -
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 %} {% endfor %} @@ -207,14 +211,14 @@ {% if pending_presentations and can_edit_event %} {{pending_presentations}} proposed talks {% endif %} -
+
-
+
-

Comments

+

Comments

{% load mptt_tags %} @@ -244,11 +248,11 @@
{% endrecursetree %} {% if request.user.is_authenticated %} -
+
{% csrf_token %} {{ comment_form.body }} -
+
{% endif %} @@ -258,7 +262,7 @@
-
+
{% if sponsor_count > 0 %}

Sponsors


@@ -270,10 +274,11 @@
{% endfor %} -
+
+
{% endif %}
-

Attendees ({{attendee_count}})


+

Attendees ({{attendee_count}})

{% for attendee in attendee_list %}
@@ -318,8 +323,10 @@
{% endfor %} +
+
-

Photos

+

Photos

{% for photo in event.photos.all %} @@ -340,7 +347,7 @@
{% if can_edit_event %} {% endif %}