aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams/index.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 20:39:09 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 20:39:09 +0100
commitbbd71315dc25e56faaadcae3f7f174e4fa41b37b (patch)
tree35a142b69db01ab4a6768a5f7847f6d812e0dd6c /templates/main/jams/index.html
parentFix various page titles (diff)
[Jams] Basics may now be edited at any point
Diffstat (limited to 'templates/main/jams/index.html')
-rw-r--r--templates/main/jams/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/main/jams/index.html b/templates/main/jams/index.html
index 5e14e934..5c2df182 100644
--- a/templates/main/jams/index.html
+++ b/templates/main/jams/index.html
@@ -92,6 +92,12 @@
<span class="uk-label uk-label-danger">
{{ format_datetime(jam.date_end) }} UTC
</span>
+
+ {% if jam.state in ["running", "judging", "finished"] %}
+ <span class="uk-label uk-align-right">
+ Theme: {{ jam.theme }}
+ </span>
+ {% endif %}
<p>
</p>