Cosmetic changes
All checks were successful
buildbot/django-dav-events--test Build done.

This commit is contained in:
2023-02-27 15:20:08 +01:00
parent 3c53403d17
commit fb21a8721f
13 changed files with 132 additions and 31 deletions

View File

@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# E-Mails
EMAIL_SENDER = 'DAV heinzel <heinzel@alpenverein-karlsruhe.de>'
EMAIL_SENDER = 'DAV Touren & Kurse <tourenportal@alpenverein-karlsruhe.de>'
EMAIL_BASE_URL = 'http://localhost:8000'
EMAIL_SUBJECT_PREFIX = u'[DAV heinzel]'
EMAIL_SUBJECT_PREFIX = u'[DAV Touren & Kurse]'
# The following settings are for the test suite. Do not change them.
TEST_SETTING = 'do not change this value'