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
066194d0
Commit
066194d0
authored
May 22, 2019
by
Sébastiaan Versteeg
Browse files
Fix issue in pizzas, introduced in
!1252
parent
0f4d7b18
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/pizzas/models.py
View file @
066194d0
...
...
@@ -116,7 +116,7 @@ class PizzaEvent(models.Model):
elif
not
self
.
send_notification
and
self
.
end_reminder
:
end_reminder
=
self
.
end_reminder
self
.
end_reminder
=
None
if
not
self
.
end_reminder
.
sent
:
if
not
end_reminder
.
sent
:
end_reminder
.
delete
()
super
().
save
(
*
args
,
**
kwargs
)
...
...
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