mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Small UI fix
This commit is contained in:
parent
d88da0abd8
commit
5b83aff351
@ -130,7 +130,7 @@ class UserTabsMixin(TabedViewMixin):
|
|||||||
})
|
})
|
||||||
tab_list.append({
|
tab_list.append({
|
||||||
'url': reverse('core:user_godfathers', kwargs={'user_id': self.object.id}),
|
'url': reverse('core:user_godfathers', kwargs={'user_id': self.object.id}),
|
||||||
'slug': 'godfather',
|
'slug': 'godfathers',
|
||||||
'name': _("Godfathers"),
|
'name': _("Godfathers"),
|
||||||
})
|
})
|
||||||
if self.request.user == self.object:
|
if self.request.user == self.object:
|
||||||
|
Binary file not shown.
@ -1828,11 +1828,11 @@ msgstr "Mauvais format d'image, seuls les jpeg, png, et gif sont acceptés"
|
|||||||
|
|
||||||
#: core/views/forms.py:203
|
#: core/views/forms.py:203
|
||||||
msgid "Godfather"
|
msgid "Godfather"
|
||||||
msgstr ""
|
msgstr "Parrain"
|
||||||
|
|
||||||
#: core/views/forms.py:203
|
#: core/views/forms.py:203
|
||||||
msgid "Godchild"
|
msgid "Godchild"
|
||||||
msgstr ""
|
msgstr "Fillot"
|
||||||
|
|
||||||
#: core/views/forms.py:204 counter/views.py:37
|
#: core/views/forms.py:204 counter/views.py:37
|
||||||
msgid "Select user"
|
msgid "Select user"
|
||||||
|
Loading…
Reference in New Issue
Block a user