# HG changeset patch # User Dennis Fink # Date 2016-05-30 22:19:02 # Node ID f96b46d637b91e4061bf1a41fbdd2b7a39a12e0b # Parent 2e6cd1aea609e6c388cf1bd8b7125dea4797a926 # Parent 0f0c2afd6d3ba04df098550efe25bc310b77f3ad Merged dev 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',