12 lines
365 B
Python
12 lines
365 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 = "konova"
|
|
BASE_FRONTEND_TITLE = "Kompensationsverzeichnis Service Portal"
|
|
WIKI_URL = "https://dienste.naturschutz.rlp.de/doku/doku.php?id=ksp:start"
|
|
RENDER_HEADER = False |