Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
2a621570
Commit
2a621570
authored
Mar 20, 2017
by
Administrator
Browse files
Merge branch 'master' of git.fsmpi.rwth-aachen.de:protokollsystem/proto3
parents
96e1a67a
9129f4b0
Changes
1
Show whitespace changes
Inline
Side-by-side
views/forms.py
View file @
2a621570
...
...
@@ -177,8 +177,8 @@ class NewProtocolFileUploadForm(FlaskForm):
class
ProtocolForm
(
FlaskForm
):
date
=
DateField
(
"Datum (dd.mm.yyyy)"
,
validators
=
[
InputRequired
(
"Bitte gib das Datum des Protkolls an."
)],
format
=
"%d.%m.%Y"
)
start_time
=
DateTimeField
(
"Beginn"
,
format
=
"%H:%M"
,
validators
=
[
Optional
()])
end_time
=
DateTimeField
(
"Ende"
,
format
=
"%H:%M"
,
validators
=
[
Optional
()])
start_time
=
DateTimeField
(
"Beginn
(%H:%M)
"
,
format
=
"%H:%M"
,
validators
=
[
Optional
()])
end_time
=
DateTimeField
(
"Ende
(%H:%M)
"
,
format
=
"%H:%M"
,
validators
=
[
Optional
()])
location
=
StringField
(
"Ort"
)
author
=
StringField
(
"Protokoll"
)
participants
=
StringField
(
"Anwesende"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment