Small UI fix

This commit is contained in:
Skia
2016-09-19 20:35:43 +02:00
parent d88da0abd8
commit 5b83aff351
3 changed files with 3 additions and 3 deletions

View File

@ -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: