Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
eef0cd85
Commit
eef0cd85
authored
2 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Místo "Editace" kola/soutěže říkáme "Nastavení"
parent
8c072e5d
No related branches found
No related tags found
1 merge request
!125
Průvodce soutěží pro garanty
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mo/web/templates/org_contest_edit.html
+2
-2
2 additions, 2 deletions
mo/web/templates/org_contest_edit.html
mo/web/templates/org_round_edit.html
+2
-2
2 additions, 2 deletions
mo/web/templates/org_round_edit.html
with
4 additions
and
4 deletions
mo/web/templates/org_contest_edit.html
+
2
−
2
View file @
eef0cd85
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}
Editace
soutěže {{ round.round_code() }}: {{ contest.place.name }}{% endblock %}
{% block title %}
Nastavení
soutěže {{ round.round_code() }}: {{ contest.place.name }}{% endblock %}
{% block breadcrumbs %}
{{ ctx.breadcrumbs(action="
Editace
") }}
{{ ctx.breadcrumbs(action="
Nastavení
") }}
{% endblock %}
{% block body %}
...
...
This diff is collapsed.
Click to expand it.
mo/web/templates/org_round_edit.html
+
2
−
2
View file @
eef0cd85
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}
Editace
kola {{ round.round_code() }}{% endblock %}
{% block title %}
Nastavení
kola {{ round.round_code() }}{% endblock %}
{% block breadcrumbs %}
{{ ctx.breadcrumbs(action="
Editace
") }}
{{ ctx.breadcrumbs(action="
Nastavení
") }}
{% endblock %}
{% block body %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment