Changeset - a49297c0c6c2
[Not reviewed]
dev
0 1 0
Dennis Fink - 7 years ago 2017-10-15 17:42:45
dennis.fink@c3l.lu
Make administrative council & staff configurable
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/about.html
Show inline comments
 
@@ -45,11 +45,11 @@
 
    <h3>Administrative Council &amp; Staff</h3>
 
    <p>
 
      <dl class="dl-horizontal" >
 
        <dt>President</dt><dd>Sam Grüneisen</dd>
 
        <dt>Secretary</dt><dd>Max Wahl</dd>
 
        <dt>Treasurer</dt><dd>Patrick Kahr</dd>
 
        <dt>International Ambassador</dt><dd>Christophe Kemp</dd>
 
        <dt>Developers</dt><dd>Dennis Fink (Ënnstatus Lead Developer), Sam Grüneisen</dd>
 
        <dt>President</dt><dd>{{ config['ENNSTATUS_PRESIDENT'] }}</dd>
 
        <dt>Secretary</dt><dd>{{ config['ENNSTATUS_SECRETARY'] }}</dd>
 
        <dt>Treasurer</dt><dd>{{ config['ENNSTATUS_TREASURER'] }}</dd>
 
        <dt>International Ambassador</dt><dd>{{ config['ENNSTATUS_INTERNATIONAL_AMBASSADOR'] }}</dd>
 
        <dt>Developers</dt><dd>{{ config['ENNSTATUS_DEVELOPERS'] }}</dd>
 
      </dl>
 
    </p>
 
    <h3>Statutes</h3>
0 comments (0 inline, 0 general)