Skip to content
Snippets Groups Projects
Commit 572e5355 authored by Martin Mareš's avatar Martin Mareš
Browse files

Nechceme zobrazovat prázdnou btn-group

parent 92d24bc6
No related branches found
No related tags found
No related merge requests found
...@@ -115,11 +115,12 @@ ...@@ -115,11 +115,12 @@
<p><i>Žádní účastníci a žádná soutěžní místa.</i></p> <p><i>Žádní účastníci a žádná soutěžní místa.</i></p>
{% endif %} {% endif %}
{% endif %} {% endif %}
<div class="btn-group">
{% if can_manage and not site %} {% if can_manage and not site %}
<div class="btn-group">
<a class="btn btn-default" href='{{ ctx.url_for('org_contest_add_user') }}'>Přidat účastníka</a> <a class="btn btn-default" href='{{ ctx.url_for('org_contest_add_user') }}'>Přidat účastníka</a>
{% endif %}
</div> </div>
{% endif %}
<h3>Úlohy</h3> <h3>Úlohy</h3>
{% if tasks %} {% if tasks %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment