Skip to content
Snippets Groups Projects
Commit ac091dbd authored by Administrator's avatar Administrator
Browse files

Use the ProtocolType-constructor correctly

parent ebfd69c0
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ def new_type():
else:
protocoltype = ProtocolType(form.name.data, form.short_name.data,
form.organization.data, form.usual_time.data, form.is_public.data,
form.private_group.data, form.public_group.data,
form.modify_group.data, form.private_group.data, form.public_group.data,
form.private_mail.data, form.public_mail.data,
form.use_wiki.data, form.wiki_category.data,
form.wiki_only_public.data, form.printer.data,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment