Skip to content

Commit

Permalink
events: Show tag "external" for external Event
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 21, 2021
1 parent dfa0a20 commit 315d7d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mpicms/templates/events/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ <h2 class="title is-2">{{ page.title }}</h2>
</div>
{% endif %}

{% if page.external %}
<div class="tag is-medium">
external
</div>
{% endif %}

{% if page.room %}
<div class="tag is-medium">
Expand Down

0 comments on commit 315d7d1

Please sign in to comment.