aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff/jams/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/staff/jams/index.html')
-rw-r--r--templates/staff/jams/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/staff/jams/index.html b/templates/staff/jams/index.html
index b5734b51..c38883c2 100644
--- a/templates/staff/jams/index.html
+++ b/templates/staff/jams/index.html
@@ -26,7 +26,7 @@
{% if jam.state == "planning" %}
<i class="uk-icon uk-text-muted fa-fw far fa-edit state-{{ jam.number }}" title="State: Planning" id="state-{{ jam.number }}-planning"></i>
{% else %}
- <i class="uk-icon uk-text-muted fa-fw far fa-edit state-{{ jam.number }}" style="display: none;" title="State: Planning" id="state-{{ jam.number }}-planning"></i>
+ <i class="uk-icon uk-text-muted fa-fw far fa-edit state-{{ jam.number }}" hidden="hidden" title="State: Planning" id="state-{{ jam.number }}-planning"></i>
{% endif %}
{% if jam.state == "announced" %}