mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
settings.py cleanup (#200): remove HELPDESK_SUPPORT_PERSON; please add into attribution.html if needed.
This commit is contained in:
parent
1066049ccc
commit
77f0512c76
@ -48,11 +48,6 @@ HELPDESK_NAVIGATION_CUSTOM_EXTEND = getattr(settings, 'HELPDESK_NAVIGATION_CUSTO
|
||||
# show 'stats' link in navigation bar?
|
||||
HELPDESK_NAVIGATION_STATS_ENABLED = getattr(settings, 'HELPDESK_NAVIGATION_STATS_ENABLED', True)
|
||||
|
||||
# set this to an email address inside your organization and a footer below
|
||||
# the 'Powered by django-helpdesk' will be shown, telling the user whom to contact
|
||||
# in case they have technical problems.
|
||||
HELPDESK_SUPPORT_PERSON = getattr(settings, 'HELPDESK_SUPPORT_PERSON', False)
|
||||
|
||||
# show dropdown list of languages that ticket comments can be translated into?
|
||||
HELPDESK_TRANSLATE_TICKET_COMMENTS = getattr(settings, 'HELPDESK_TRANSLATE_TICKET_COMMENTS', False)
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% trans "<a href='https://github.com/rossp/django-helpdesk'>django-helpdesk</a>." %}
|
||||
{% if helpdesk_settings.HELPDESK_SUPPORT_PERSON %}
|
||||
<p>{% trans "For technical support please contact:" %} <a href='mailto:{{ helpdesk_settings.HELPDESK_SUPPORT_PERSON }}'>{{ helpdesk_settings.HELPDESK_SUPPORT_PERSON }}</a></p>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user