From b6723f2db5efe553706e86b662349fe7210491b9 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sat, 29 Oct 2022 16:07:16 +0200 Subject: [PATCH] =?UTF-8?q?Na=20str=C3=A1nce=20sout=C4=9B=C5=BEe=20sta?= =?UTF-8?q?=C4=8D=C3=AD=20jedno=20tla=C4=8D=C3=ADtko=20na=20p=C5=99id?= =?UTF-8?q?=C3=A1n=C3=AD=20=C3=BA=C4=8Dastn=C3=ADka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/org_contest.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html index b6316dfe..333511d3 100644 --- a/mo/web/templates/org_contest.html +++ b/mo/web/templates/org_contest.html @@ -131,12 +131,6 @@ {% endif %} {% endif %} -{% 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> -</div> -{% endif %} - <h3>Úlohy</h3> {% if tasks %} <table class=data> -- GitLab