projects
/
pgeu-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d806807
)
Add missing import
author
Magnus Hagander
<magnus@hagander.net>
Wed, 6 Nov 2024 11:13:01 +0000
(12:13 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 6 Nov 2024 11:13:01 +0000
(12:13 +0100)
postgresqleu/confwiki/views.py
patch
|
blob
|
blame
|
history
diff --git
a/postgresqleu/confwiki/views.py
b/postgresqleu/confwiki/views.py
index 2e3304aac0ebb9fc96a8477d3fbaff1ae14f11a2..07a3a1f90efaf95f6f635ea783123c353c189ad0 100644
(file)
--- a/
postgresqleu/confwiki/views.py
+++ b/
postgresqleu/confwiki/views.py
@@
-16,6
+16,7
@@
from postgresqleu.confreg.util import render_conference_response
from postgresqleu.confreg.util import get_authenticated_conference, get_conference_or_404
from postgresqleu.confreg.util import reglog
from postgresqleu.confreg.util import send_conference_notification, send_conference_notification_template
+from postgresqleu.confreg.util import send_conference_simple_mail
from postgresqleu.confreg.mail import attendee_email_form
from postgresqleu.util.db import exec_to_scalar, exec_to_list