diff --git a/ennstatus/templates/donate/index.html b/ennstatus/templates/donate/index.html --- a/ennstatus/templates/donate/index.html +++ b/ennstatus/templates/donate/index.html @@ -84,10 +84,12 @@
- Frënn vun der Ënn, ASBL
- {{ config['ENNSTATUS_ADDRESS'] }}
+ Frënn vun der Ënn, ASBL
+ {{ config['ENNSTATUS_ADRESS_CO'] }}
+ {{ config['ENNSTATUS_HOUSE_NAME'] }}
+ {{ config['ENNSTATUS_STREET'] }}
{{ config['ENNSTATUS_POSTAL_CODE'] }}, {{ config['ENNSTATUS_CITY'] }}
- {{ config['ENNSTATUS_COUNTRY'] }} + {{ config['ENNSTATUS_COUNTRY'] }}
{{ config['ENNSTATUS_CONTINENT'] }}
diff --git a/ennstatus/templates/root/contact.html b/ennstatus/templates/root/contact.html --- a/ennstatus/templates/root/contact.html +++ b/ennstatus/templates/root/contact.html @@ -31,9 +31,11 @@

Please mail all general inquiries to:

Frënn vun der Ënn, ASBL
- {{ config['ENNSTATUS_ADDRESS'] }}
+ {{ config['ENNSTATUS_ADDRESS_CO'] }}
+ {{ config['ENNSTATUS_HOUSE_NAME'] }}
+ {{ config['ENNSTATUS_STREET'] }}
{{ config['ENNSTATUS_POSTAL_CODE'] }}, {{ config['ENNSTATUS_CITY'] }}
- {{ config['ENNSTATUS_COUNTRY'] }}
+ {{ config['ENNSTATUS_COUNTRY'] }}
, {{ config['ENNSTATUS_CONTINENT'] }}
: info@enn.lu GPG: 0x02225522
: enn.lu/ or {{ config['ENNSTATUS_ONION_ADDRESS'] }}
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def _get_requirements(): setup(name='Ennstatus', - version='5.5.0', + version='5.6.0', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',