⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
U-Auth
All Projects
Produits Entr'ouvert
»
U-Auth
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (259 Bytes)
Statistics
| Branch:
master
| Tag:
v0.0.1
v0.0.2
| Revision:
root
/
uauth
/
organization
/
templates
/
organization
/
base.html
@ 836b9f76
View
History
Annotate
{% extends "uauth/base.html" %}
{% load i18n %}
{% block logout-url %}{% url "logout" %}{% endblock %}
{% block more-user-links %}
{{ block.super }}
<a
href=
"{% url "
manage-users
"
organization.slug
%}"
>
{% trans 'User management' %}
</a>
{% endblock %}
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...