Fix Gravatar profiles showing on hover and add gravatar explanation and profile page for users
This commit is contained in:
parent
2451a6c630
commit
4c0db9f842
7 changed files with 79 additions and 10 deletions
|
|
@ -129,6 +129,12 @@ class SettingsView(LoginRequiredMixin, TemplateView):
|
|||
"""
|
||||
template_name = "account/settings.html"
|
||||
|
||||
class ProfileView(LoginRequiredMixin, TemplateView):
|
||||
"""
|
||||
Display the user's profile.
|
||||
"""
|
||||
template_name = "account/profile.html"
|
||||
|
||||
class EditFriendCodeView(LoginRequiredMixin, UpdateView):
|
||||
"""
|
||||
Edit the in-game name for a friend code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue