Projet

Général

Profil

Télécharger (344 octets) Statistiques
| Branche: | Tag: | Révision:

root / uauth / organization / templates / organization / base.html @ 1b6c1727

1
{% extends "uauth/base.html" %}
2
{% load i18n static %}
3

    
4
{% block logout-url %}{% url "logout" %}{% endblock %}
5

    
6
{% block more-user-links %}
7
  <a href="{% url "organization-home" organization.slug %}" class="icon-home-space">{% trans 'Homepage' %}</a>
8
  <a href="{% url "manage" organization.slug %}">{% trans 'Management' %}</a>
9
{% endblock %}
(1-1/9)