Skip to content
Snippets Groups Projects

Editovat nastavení -> Nastavení

Merged Jan Prachař requested to merge honza/mrb into devel
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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>
Loading