15 lines
512 B
Python
15 lines
512 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 16.11.20
|
|
|
|
"""
|
|
|
|
BASE_TITLE_SHORT = "KSP"
|
|
BASE_TITLE = "KSP - Kompensationsverzeichnis Service Portal"
|
|
BASE_FRONTEND_TITLE = "Kompensationsverzeichnis Service Portal"
|
|
TAB_TITLE_IDENTIFIER = "tab_title"
|
|
HELP_LINK = "https://dienste.naturschutz.rlp.de/doku/doku.php?id=ksp:start"
|
|
IMPRESSUM_LINK = "https://naturschutz.rlp.de/index.php?q=impressum"
|