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
!92
Používání mo.web.fields
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Používání mo.web.fields
jk/fields
into
devel
Overview
16
Commits
20
Changes
13
Merged
Jiří Kalvoda
requested to merge
jk/fields
into
devel
3 years ago
Overview
16
Commits
20
Changes
13
0
0
Merge request reports
Compare
devel
version 5
751c0879
3 years ago
version 4
ef177bea
3 years ago
version 3
23bb896e
3 years ago
version 2
d4b12afc
3 years ago
version 1
84baee51
3 years ago
devel (base)
and
latest version
latest version
44217854
20 commits,
3 years ago
version 5
751c0879
21 commits,
3 years ago
version 4
ef177bea
21 commits,
3 years ago
version 3
23bb896e
22 commits,
3 years ago
version 2
d4b12afc
16 commits,
3 years ago
version 1
84baee51
13 commits,
3 years ago
13 files
+
213
−
304
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
mo/web/templates/org_contest_list.html
+
2
−
2
View file @ 44217854
Edit in single-file editor
Open in Web IDE
Show full file
@@ -16,9 +16,9 @@ Seznam účastníků {% if site %}v soutěžním místě {{ site.name }}{% else
<form
action=
""
method=
"GET"
class=
"form form-inline"
role=
"form"
>
<div
class=
"form-row"
>
{% if not site %}
{{ wtf.form_field(filter.participation_place,
placeholder='Kód',
size=8) }}
{{ wtf.form_field(filter.participation_place, size=8) }}
{% endif %}
{{ wtf.form_field(filter.school,
placeholder='Kód',
size=8) }}
{{ wtf.form_field(filter.school, size=8) }}
{{ wtf.form_field(filter.participation_state) }}
<div
class=
"btn-group"
>
{{ wtf.form_field(filter.submit, class='btn btn-primary') }}
Loading