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
ffaee25e
Commit
ffaee25e
authored
May 22, 2019
by
Luko van der Maas
Browse files
Merge branch 'sversteeg-master-patch-97512' into 'master'
Fix issue in pizzas, introduced in
!1252
See merge request
!1263
parents
0f4d7b18
066194d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/pizzas/models.py
View file @
ffaee25e
...
...
@@ -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