From 3feb18323ac3ae4dc856f8e179bfcf63860e2c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pracha=C5=99?= <jan.prachar@gmail.com> Date: Fri, 19 Mar 2021 17:15:25 +0100 Subject: [PATCH] =?UTF-8?q?Editovat=20nastaven=C3=AD=20->=20Nastaven=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/org_contest.html | 2 +- mo/web/templates/org_round.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html index 2675f9e0..2d790c93 100644 --- a/mo/web/templates/org_contest.html +++ b/mo/web/templates/org_contest.html @@ -62,7 +62,7 @@ <a class="btn btn-default" href='{{ url_for('org_contest_import', id=contest.contest_id) }}'>Importovat data</a> {% endif %} {% if can_manage and not site %} - <a class="btn btn-default" href='{{ url_for('org_contest_edit', id=contest.contest_id) }}'>Editovat nastavení</a> + <a class="btn btn-default" href='{{ url_for('org_contest_edit', id=contest.contest_id) }}'>Nastavení</a> {% endif %} {% if g.user.is_admin %} <a class="btn btn-default" href="{{ log_url('contest', contest.contest_id) }}">Historie</a> diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html index aa1a62a6..fd14ad4c 100644 --- a/mo/web/templates/org_round.html +++ b/mo/web/templates/org_round.html @@ -73,7 +73,7 @@ <a class="btn btn-default" href='{{ url_for('org_round_import', id=round.round_id) }}'>Importovat data</a> {% endif %} {% if can_manage_round %} - <a class="btn btn-default" href='{{ url_for('org_round_edit', id=round.round_id) }}'>Editovat nastavení a termíny</a> + <a class="btn btn-default" href='{{ url_for('org_round_edit', id=round.round_id) }}'>Nastavení a termíny</a> {% endif %} {% if round.has_messages %} <a class="btn btn-default" href='{{ url_for('org_round_messages', id=round.round_id) }}'>Zprávičky</a> -- GitLab