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
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
Merged
Používání mo.web.fields
jk/fields
into
devel
Overview
16
Commits
20
Changes
2
All threads resolved!
Hide all comments
Merged
Jiří Kalvoda
requested to merge
jk/fields
into
devel
3 years ago
Overview
16
Commits
20
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
5eae9d7c
Prev
Next
Show latest version
2 files
+
4
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
5eae9d7c
Fields: FormAddRole
· 5eae9d7c
Jiří Kalvoda
authored
3 years ago
mo/web/templates/org_org.html
+
1
−
1
Options
@@ -54,7 +54,7 @@
<form
action=
""
method=
"POST"
class=
"form form-inline"
role=
"form"
>
{{ form_add_role.csrf_token() }}
{{ wtf.form_field(form_add_role.role) }}
{{ wtf.form_field(form_add_role.place
_code, placeholder='Kód'
, size=8) }}
{{ wtf.form_field(form_add_role.place, size=8) }}
{{ wtf.form_field(form_add_role.year, type='number', size=3, maxlength=2) }}
{{ wtf.form_field(form_add_role.category, size=2, maxlength=2) }}
{{ wtf.form_field(form_add_role.seq, type='number', size=3, maxlength=2) }}
Loading