Projet

Général

Profil

« Précédent | Suivant » 

Révision 7b499930

Ajouté par Serghei Mihai (congés, retour 15/05) il y a environ 9 ans

user credentials and edit views(#7065)

Voir les différences:

uauth/organization/tables.py
6 6

  
7 7
class AccountTable(tables.Table):
8 8
    username = tables.TemplateColumn(
9
        '<a rel="popup" href="#" %}">{{ record.username }}</a>',
9
        '<a href="{% url "edit-user" organization.slug record.pk %}" rel="popup"><i class="icon-edit"></i></a><a href="{% url "view-user" organization.slug record.pk %}">{{ record.username }}</a>',
10 10
        verbose_name=_('Username'))
11 11

  
12 12
    class Meta:

Formats disponibles : Unified diff