diff --git a/config.example.py b/config.example.py
index c70cb9ff208626adaefa0d90aaf2539ae965cd90..ed21771c8d2415e1f0b7b81e3dff2a152791925c 100644
--- a/config.example.py
+++ b/config.example.py
@@ -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'
 
diff --git a/templates/nomination.txt b/templates/nomination.txt
index 3ae76271231828cea0ed548e8aea124541621422..c481f9e8dfedd30886703da06c570dad6383b551 100644
--- a/templates/nomination.txt
+++ b/templates/nomination.txt
@@ -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 }}