Skip to content
Snippets Groups Projects
Commit bf5ee53e authored by Kevin Lin's avatar Kevin Lin
Browse files

_layouts: Only display schedule event location if available

parent 8aa5702d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@
style="top: {{ top }}px; height: {{ height }}px;">
<div class="name">{{ event_name }}</div>
<div class="time">{{ event_data.start }}–{{ event_data.end }}</div>
{% if event_data.location %}
<div class="location">{{ event_data.location }}</div>
{% endif %}
</li>
{% endfor %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment