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 @@ -49,21 +49,21 @@
: info@enn.lu GPG: 0x02225522
: enn.lu/ or {{ config['ENNSTATUS_ONION_ADDRESS'] }}
- : +352 27402030
+ : {{ config['ENNSTATUS_PHONE_NUMBER'] }}

Abuse

For further details about abuse handling, have a look over here.

: abuse@enn.lu GPG: 0x02225522
- : +352 27402030
+ : {{ config['ENNSTATUS_PHONE_NUMBER'] }}

Press

Press related inqueries should go to:

: press@enn.lu GPG: 0x02225522
- : +352 27402030
+ : {{ config['ENNSTATUS_PHONE_NUMBER'] }}
diff --git a/ennstatus/templates/root/ennstatus.html b/ennstatus/templates/root/ennstatus.html --- a/ennstatus/templates/root/ennstatus.html +++ b/ennstatus/templates/root/ennstatus.html @@ -43,6 +43,7 @@
  • requests
  • python-gnupg
  • click
  • +
  • Babel
  • video.js
  • Flag icons provided by: famfamfam

    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.3.0', + version='5.3.1', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',