fix: Add talk status on speaker page. Closes #14

This commit is contained in:
Mindiell 2023-02-17 14:34:37 +01:00 committed by Gitea
parent c88cc3e2a2
commit 1085cd497c
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<i>{% trans "in" %}</i>
{{ talk.track }}
{% endif %}
<span class="label label-{{ talk.get_status_color }}">{{ talk.get_status_str }}</span>
</li>
{% endfor %}
</ul>