diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index 794fc2a..32b414b 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -61,6 +61,9 @@
{% endif %} {{channel.name}} (p) + {% if channel.automark not in [none, "pending"] %} + automark: {{channel.automark}} + {% endif %}
{% endfor %}