diff --git a/src/c3nav/settings.py b/src/c3nav/settings.py index ecdbd6b8..f5215cc7 100644 --- a/src/c3nav/settings.py +++ b/src/c3nav/settings.py @@ -157,7 +157,7 @@ SVG_RENDERER = config.get('c3nav', 'svg_renderer', fallback='rsvg-convert') CACHE_TILES = config.getboolean('c3nav', 'cache_tiles', fallback=not DEBUG) CACHE_RESOLUTION = config.getint('c3nav', 'cache_resolution', fallback=4) -IMPRINT_ADDRESS = config.get('c3nav', 'imprint_address', fallback=None) +IMPRINT_LINK = config.get('c3nav', 'imprint_link', fallback=None) IMPRINT_PATRONS = config.get('c3nav', 'imprint_patrons', fallback=None) IMPRINT_TEAM = config.get('c3nav', 'imprint_team', fallback=None) IMPRINT_HOSTING = config.get('c3nav', 'imprint_hosting', fallback=None) diff --git a/src/c3nav/site/templates/site/about.html b/src/c3nav/site/templates/site/about.html index 9e64ed92..f4894639 100644 --- a/src/c3nav/site/templates/site/about.html +++ b/src/c3nav/site/templates/site/about.html @@ -21,15 +21,8 @@ {% endif %}

Version: {{ version }}

- {% if address %} -

{% trans 'Responsible for this website:' %}

-

{{ address }}

+ {% if imprint %} +

{% trans "Imprint" %}

{% endif %} - -

{% trans 'Data privacy' %}

- -

{% trans 'We do not collect any personal data.' %}

-

{% trans 'Any data that your device sends to c3nav that might be used to track you will either be discarded after processing it or saved in a way that does not allow us to connect it to you.' %}

-

{% trans 'If you register an account, we do not ask for personal data either.' %}

{% endblock %} diff --git a/src/c3nav/site/templates/site/map.html b/src/c3nav/site/templates/site/map.html index cd168b13..c63dae45 100644 --- a/src/c3nav/site/templates/site/map.html +++ b/src/c3nav/site/templates/site/map.html @@ -18,6 +18,9 @@ Fediverse // GitHub // {% trans 'about c3nav' %} + {% if imprint %} + // {% trans 'Imprint' %} + {% endif %} {% endif %}