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
 
@@ -42,17 +42,17 @@
 
      The name <i>Frënn vun der Ënn</i> is Luxembourgish and stands for <i>Friends of the Onion</i>.
 
      The onion is used as a logo by the Tor Project Inc. and many other related organizations.
 
    </p>
 
    <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>
 
    <p>Our statutes can be looked up <a href="//statutes.enn.lu">here</a>!</p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)