Facilitate access to the user's profile #82

Merged
Danhia merged 3 commits from :main into main 2022-10-10 21:03:10 +02:00
Member

Facilitate access to the user's profile by:

  • adding a button to view the user's profile from their edit page
  • adding a button to view the user's profile by clicking on their score on the navbar
Facilitate access to the user's profile by: - adding a button to view the user's profile from their edit page - adding a button to view the user's profile by clicking on their score on the navbar
UncleReaton added 2 commits 2022-10-10 20:42:08 +02:00
Danhia reviewed 2022-10-10 20:51:34 +02:00
@ -93,2 +93,4 @@
<li class="list-group-item">{% trans "Registered since" %} {{ user.date_joined|date:"Y-m-d" }}</li>
</ul>
<ul class="list-group">
<form method='GET' action="{% url 'accounts:profile' user.userprofileinfo.user %}">
Owner

user.userprofileinfo.user 🤔

`user.userprofileinfo.user` 🤔
Danhia requested review from Danhia 2022-10-10 20:52:59 +02:00
UncleReaton added 1 commit 2022-10-10 21:01:41 +02:00
Danhia approved these changes 2022-10-10 21:03:03 +02:00
Danhia left a comment
Owner

Seems fine, let's go to preprod

Seems fine, let's go to preprod
Danhia merged commit 32bbc392d6 into main 2022-10-10 21:03:10 +02:00
Sign in to join this conversation.
No description provided.