Project

General

Profile

« Previous | Next » 

Revision 87abc503

Added by Mikaël Ates over 12 years ago

Ressource and people management only accessible to enroled users.

View differences:

calebasse/templates/calebasse/homepage.html
28 28
    </div>
29 29

  
30 30
    <ul id="apps">
31
      {% for name, slug in applications %}
32
        <li id="{{slug}}"><a href="/{{service}}/{{slug}}/">{{name}}</a></li>
31
      {% for name, slug, restriction in applications %}
32
        {% if not restriction or 'validator' in role %}<li id="{{slug}}"><a href="/{{service}}/{{slug}}/">{{name}}</a></li>{% endif %}
33 33
      {% endfor %}
34 34
    </ul>
35 35

  

Also available in: Unified diff