implement thanks page

This commit is contained in:
Yannik Schmidt
2020-09-01 02:22:12 +02:00
parent 919772c7e3
commit 0a753093e0
4 changed files with 46 additions and 1 deletions

View File

@@ -47,3 +47,7 @@ TARGET_SMTP=None
TARGET_EMAIL=None
TARGET_SMTP_USER=None
TARGET_SMTP_AUTH=None
THANKS_TITLE = "Thank you for something!"
THANKS_STRONG_TEXT = "Strong Text"
TANKS_TEXT = "Normal Text"