Skip to content
Snippets Groups Projects
Commit cb152e00 authored by Lars Beckers's avatar Lars Beckers
Browse files

Add brandable URL to notification mail

Fixes issue #7.
parent a127cde8
Branches
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ AD_GROUP_DN = 'cn=users,dc=example,dc=com'
AD_CA_CERT = ''
BRANDING_APP_NAME = 'Lehrpreis WebApp'
BRANDING_APP_URL = 'https://lehrpreis.example.com'
BRANDING_ORG_NAME = 'Example Oragnization'
BRANDING_CONTACT = 'it@example-organisation.com'
......
......@@ -4,6 +4,9 @@ Person: {{ nom.person }}
Modul: {{ nom.module }}
Grund: {{ nom.reason }}
Du kannst alle Nominierungen unter folgender URL einsehen:
{{ config.BRANDING_APP_URL }}
Viele Grüße,
{{ config.BRANDING_APP_NAME }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment