# HG changeset patch # User Dennis Fink # Date 2017-10-15 17:42:45 # Node ID a49297c0c6c248ddea6a87b5054ed83c35a18eb5 # Parent d540f3771cf156e14e583f5614470f1e2e4c7f83 Make administrative council & staff configurable diff --git a/ennstatus/templates/root/about.html b/ennstatus/templates/root/about.html --- a/ennstatus/templates/root/about.html +++ b/ennstatus/templates/root/about.html @@ -45,11 +45,11 @@

Administrative Council & Staff

-
President
Sam Grüneisen
-
Secretary
Max Wahl
-
Treasurer
Patrick Kahr
-
International Ambassador
Christophe Kemp
-
Developers
Dennis Fink (Ënnstatus Lead Developer), Sam Grüneisen
+
President
{{ config['ENNSTATUS_PRESIDENT'] }}
+
Secretary
{{ config['ENNSTATUS_SECRETARY'] }}
+
Treasurer
{{ config['ENNSTATUS_TREASURER'] }}
+
International Ambassador
{{ config['ENNSTATUS_INTERNATIONAL_AMBASSADOR'] }}
+
Developers
{{ config['ENNSTATUS_DEVELOPERS'] }}

Statutes