change profile icon

This commit is contained in:
Cayo Puigdefabregas 2023-11-22 15:05:05 +01:00
parent 5d0880bf4b
commit f8a0df2ca2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class DashboardView(UserView, TemplateView):
class ProfileView(MyProfile, UpdateView):
template_name = "idhub/user/profile.html"
subtitle = _('My personal data')
icon = 'bi bi-person'
icon = 'bi bi-person-gear'
from_class = ProfileForm
fields = ('first_name', 'last_name', 'email')
success_url = reverse_lazy('idhub:user_profile')