base template for organizations app

This commit is contained in:
Serghei Mihai 2015-04-27 18:55:22 +02:00
parent bae3530a3f
commit 5496d9b714
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{% extends "uauth/base.html" %}
{% load i18n %}
{% block logout-url %}{% url "logout" %}{% endblock %}
{% block more-user-links %}
{{ block.super }}
<a href="{% url "manage-users" %}">{% trans 'User management' %}</a>
{% endblock %}