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 @@ -85,11 +85,11 @@
Frënn vun der Ënn, ASBL
- {{ config['ENNSTATUS_ADRESS_CO'] }}
+ {{ config['ENNSTATUS_ADDRESS_CO'] }}
{{ config['ENNSTATUS_HOUSE_NAME'] }}
{{ config['ENNSTATUS_STREET'] }}
{{ config['ENNSTATUS_POSTAL_CODE'] }}, {{ config['ENNSTATUS_CITY'] }}
- {{ config['ENNSTATUS_COUNTRY'] }}
{{ config['ENNSTATUS_CONTINENT'] }} + {{ 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 @@ -35,7 +35,7 @@ {{ config['ENNSTATUS_HOUSE_NAME'] }}
{{ config['ENNSTATUS_STREET'] }}
{{ config['ENNSTATUS_POSTAL_CODE'] }}, {{ config['ENNSTATUS_CITY'] }}
- {{ config['ENNSTATUS_COUNTRY'] }}
, {{ config['ENNSTATUS_CONTINENT'] }} + {{ 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.6.0', + version='5.6.1', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',