Projet

Général

Profil

0009-managers-views-remove-action-caption-for-editing-use.patch

Benjamin Dauvergne, 14 août 2014 10:37

Télécharger (851 octets)

Voir les différences:

Subject: [PATCH 09/11] managers/views: remove action caption for editing
 users and roles

 authentic2/manager/views.py |    1 -
 1 file changed, 1 deletion(-)
authentic2/manager/views.py
207 207
class UserEditView(UserMixin, OtherActionsMixin, ActionMixin, TitleMixin,
208 208
        AjaxFormViewMixin, UpdateView):
209 209
    title = _('Edit user')
210
    action = _('Edit')
211 210
    fields = ['username', 'first_name', 'last_name', 'email']
212 211

  
213 212
    def get_other_actions(self):
214
-