Project

General

Profile

« Previous | Next » 

Revision 836b9f76

Added by Serghei Mihai over 9 years ago

users listing using django_tables

View differences:

uauth/organization/templates/organization/base.html
5 5

  
6 6
{% block more-user-links %}
7 7
  {{ block.super }}
8
  <a href="{% url "manage-users" %}">{% trans 'User management' %}</a>
8
  <a href="{% url "manage-users" organization.slug %}">{% trans 'User management' %}</a>
9 9
  {% endblock %}

Also available in: Unified diff