Revision 0dadf7b2 pithos/im/templates/base.html

b/pithos/im/templates/base.html
22 22
      <li{% ifequal tab "users" %} class="active"{% endifequal %}>
23 23
        <a href="{% url pithos.im.views.users_list %}">Users</a>
24 24
      </li>
25
      <li{% ifequal tab "invitations" %} class="active"{% endifequal %}>
26
        <a href="{% url pithos.im.views.invitations_list %}">Invitations</a>
27
      </li>
25 28
    </ul>
26 29

  
27 30
    {% block body %}{% endblock %}

Also available in: Unified diff