Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
b1e71d2e
Commit
b1e71d2e
authored
Jun 26, 2019
by
Jelle Besseling
Browse files
Merge branch 'fix/minutes-inline-extra' into 'master'
Set minute inline extra to 0 Closes
#883
See merge request
!1297
parents
6b456d37
db1ad60e
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/documents/admin.py
View file @
b1e71d2e
...
...
@@ -14,6 +14,7 @@ class MinutesInline(admin.StackedInline):
"""Inline for minutes of a general meeting"""
model
=
Minutes
form
=
forms
.
MinutesForm
extra
=
0
@
admin
.
register
(
GeneralMeeting
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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