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
8b64f92d
Commit
8b64f92d
authored
Mar 19, 2018
by
Robin Sonnabend
Browse files
Fix manually sending meeting reminders
/close
#190
parent
6013f575
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
8b64f92d
...
...
@@ -930,7 +930,7 @@ def send_protocol_reminder(protocol):
if
not
config
.
MAIL_ACTIVE
:
flash
(
"Die Mailfunktion ist nicht aktiviert."
,
"alert-error"
)
return
back
.
redirect
(
"show_protocol"
,
protocol_id
=
protocol
.
id
)
meetingreminders
=
protocol
.
reminders
meetingreminders
=
protocol
.
protocoltype
.
reminders
if
len
(
meetingreminders
)
==
0
:
flash
(
"Für diesen Protokolltyp sind keine Einladungsmails "
"konfiguriert."
,
"alert-error"
)
...
...
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