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
Merge requests
!37
Hezčí čeština pro oblasti soutěží
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Hezčí čeština pro oblasti soutěží
honza/cestin-oblasti
into
devel
Overview
23
Commits
6
Changes
1
Merged
Jan Prachař
requested to merge
honza/cestin-oblasti
into
devel
4 years ago
Overview
23
Commits
6
Changes
1
Trochu míň kostrbatý nadpisy. Co myslíte?
0
0
Merge request reports
Viewing commit
94798181
Prev
Next
Show latest version
1 file
+
6
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
94798181
remove if round
· 94798181
Jan Prachař
authored
4 years ago
mo/web/templates/parts/org_participants_table_actions.html
+
6
−
18
View file @ 94798181
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,24 +39,16 @@
<div
class=
"col-sm-4"
>
{{ wtf.form_field(action_form.set_participation_place, form_type='inline', class='btn btn-primary') }}
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-sm-2"
for=
"contest_place"
>
{% if round %}
{{ round.level_name()|title }}
{% else %}
Soutěžní oblast
{% endif %}
</label>
<label
class=
"control-label col-sm-2"
for=
"contest_place"
>
{{ round.level_name()|capitalize }}
</label>
<div
class=
"col-sm-6"
>
{{ wtf.form_field(action_form.contest_place, form_type='inline', placeholder='Kód místa') }}
<p
class=
"help-block"
>
{% if round %}
{{ round.level_name_locative("V tomto", "V této", "V tomto") }} musí existovat soutěž pro {{ round.name|lower }} kategorie {{ round.category }}.
{% else %}
Musí existovat soutěž v dané oblasti pro stejné kolo.
{% endif %}
</p>
{{ round.level_name_locative("V tomto", "V této", "V tomto") }} musí existovat soutěž pro {{ round.name|lower }} kategorie {{ round.category }}.
</p>
</div>
<div
class=
"col-sm-4"
>
{{ wtf.form_field(action_form.set_contest, form_type='inline', class='btn btn-primary', value='Přesunout do '+round.level_name_genitive('jiného', 'jiné', 'jiného')
if round
) }}
</div>
<div
class=
"col-sm-4"
>
{{ wtf.form_field(action_form.set_contest, form_type='inline', class='btn btn-primary', value='Přesunout do '+round.level_name_genitive('jiného', 'jiné', 'jiného')) }}
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-sm-2"
for=
"contest_place"
>
Smazání účasti
</label>
@@ -67,10 +59,6 @@
</form>
{% else %}
<p>
{% if round %}
<i>
Nemáte právo k editaci účastníků v {{ round.level_name_locative("v tomto", "v této", "v tomto") }}.
</i>
{% else %}
<i>
Nemáte právo k editaci účastníků v této oblasti.
</i>
{% endif %}
</p>
{% endif %}
Loading