Project

General

Profile

« Previous | Next » 

Revision 836b9f76

Added by Serghei Mihai almost 11 years ago

users listing using django_tables

View differences:

uauth/organization/templates/organization/base.html
{% block more-user-links %}
{{ block.super }}
<a href="{% url "manage-users" %}">{% trans 'User management' %}</a>
<a href="{% url "manage-users" organization.slug %}">{% trans 'User management' %}</a>
{% endblock %}

Also available in: Unified diff