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
fd74f509
Unverified
Commit
fd74f509
authored
Nov 19, 2020
by
Robin Sonnabend
Browse files
Fix form misuse
parent
590d8030
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
fd74f509
...
...
@@ -739,8 +739,8 @@ def new_protocol():
return
back
.
redirect
(
"show_protocol"
,
protocol_id
=
protocol
.
id
)
type_id
=
request
.
args
.
get
(
"protocoltype_id"
)
if
type_id
is
not
None
:
form
.
protocoltype
.
data
=
type_id
upload_form
.
protocoltype
.
data
=
type_id
form
.
protocoltype
_id
.
data
=
type_id
upload_form
.
protocoltype
_id
.
data
=
type_id
return
render_template
(
"protocol-new.html"
,
form
=
form
,
upload_form
=
upload_form
,
file_upload_form
=
file_upload_form
,
...
...
Magnus Giesbert
@magnus
mentioned in issue
#229 (closed)
·
Feb 05, 2022
mentioned in issue
#229 (closed)
mentioned in issue #229
Toggle commit list
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