services: web: Use the Patchwork default-from-email.
Previously this wasn't used, but it should have been. * gnu/services/web.scm (patchwork-settings-module-compiler): Use the default-from-email.master
parent
5998ac14f3
commit
f325a33e16
|
@ -1436,6 +1436,10 @@ ALLOWED_HOSTS = [
|
|||
allowed-hosts))
|
||||
"]
|
||||
|
||||
DEFAULT_FROM_EMAIL = '" #$default-from-email "'
|
||||
SERVER_EMAIL = DEFAULT_FROM_EMAIL
|
||||
NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
|
||||
|
||||
ADMINS = [
|
||||
" #$(string-concatenate
|
||||
(map (match-lambda
|
||||
|
|
Reference in New Issue