We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b356fdb commit 4c696eaCopy full SHA for 4c696ea
1 file changed
closed.html
@@ -11,10 +11,10 @@
11
<li>
12
<h2><a href="{{ conference.url }}">{{ conference.name }}</a></h2>
13
<p>
14
- Location: {{ conference.location }}
15
- First held: {{ conference.first_date }}
+ Location: {{ conference.location }}<br>
+ First held: {{ conference.first_date }}<br>
16
Last held: {{ conference.last_date }}
17
- {% if conference.status != nil %}Status: {{ conference.status }}{% endif %}
+ {% if conference.status != nil %}<br>Status: {{ conference.status }}{% endif %}
18
</p>
19
</li>
20
{% endfor %}
0 commit comments