# HG changeset patch # User Dennis Fink # Date 2016-02-27 12:42:33 # Node ID eb3be414bcd78acb5b4bfc1e14c9416e543f7dce # Parent 29a1c81eab2552472e0540819a456f2a592486e9 The phone number can now be specified in the config file 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'] }}