diff --git a/ietf/templates/meeting/meeting_heading.html b/ietf/templates/meeting/meeting_heading.html index bd4835630..7a22120dd 100644 --- a/ietf/templates/meeting/meeting_heading.html +++ b/ietf/templates/meeting/meeting_heading.html @@ -13,12 +13,18 @@ {{ title_extra }} {% endif %} -

- {{ meeting.city|default:"Location TBD" }}, {{ meeting.date|date:"F j" }} - - {% if meeting.date.month != meeting.end_date.month %}{{ meeting.end_date|date:"F " }}{% endif %} - {{ meeting.end_date|date:"j, Y" }} - {% if updated %}Updated: {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}{% endif %} -

+
+
+ {{ meeting.city|default:"Location TBD" }}, {{ meeting.date|date:"F j" }} - + {% if meeting.date.month != meeting.end_date.month %}{{ meeting.end_date|date:"F " }}{% endif %} + {{ meeting.end_date|date:"j, Y" }} +
+ {% if updated %} +
+ Updated: {{ updated|date:"Y-m-d \a\t G:i:s (T)" }} +
+ {% endif %} +
{% if schedule != meeting.schedule %}
This is schedule {{ schedule.owner.email }}/{{ schedule.name }}, not the official schedule.