mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Small UI fix
This commit is contained in:
@ -130,7 +130,7 @@ class UserTabsMixin(TabedViewMixin):
|
||||
})
|
||||
tab_list.append({
|
||||
'url': reverse('core:user_godfathers', kwargs={'user_id': self.object.id}),
|
||||
'slug': 'godfather',
|
||||
'slug': 'godfathers',
|
||||
'name': _("Godfathers"),
|
||||
})
|
||||
if self.request.user == self.object:
|
||||
|
Reference in New Issue
Block a user