File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 < small class ="text-muted "> {{ title_extra }}</ small >
1414 {% endif %}
1515</ h1 >
16- < p class ="lead ">
17- {{ meeting.city|default:"Location TBD" }}, {{ meeting.date|date:"F j" }} -
18- {% if meeting.date.month != meeting.end_date.month %}{{ meeting.end_date|date:"F " }}{% endif %}
19- {{ meeting.end_date|date:"j, Y" }}
20- {% if updated %}< span class ="float-end "> Updated: {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}</ span > {% endif %}
21- </ p >
16+ < div class ="lead row ">
17+ < div class ="{% if updated %}col-6{% else %}col-12{% endif %} ">
18+ {{ meeting.city|default:"Location TBD" }}, {{ meeting.date|date:"F j" }} -
19+ {% if meeting.date.month != meeting.end_date.month %}{{ meeting.end_date|date:"F " }}{% endif %}
20+ {{ meeting.end_date|date:"j, Y" }}
21+ </ div >
22+ {% if updated %}
23+ < div class ="col-6 text-end ">
24+ Updated: {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
25+ </ div >
26+ {% endif %}
27+ </ div >
2228{% if schedule != meeting.schedule %}
2329 < div class ="alert alert-danger my-3 ">
2430 This is schedule < b > {{ schedule.owner.email }}/{{ schedule.name }}</ b > , not the official schedule.
You can’t perform that action at this time.
0 commit comments