From e304f7cd15fd7769e8cfaa76aa5ceb1100e828c8 Mon Sep 17 00:00:00 2001 From: UncleReaton <42@hugo-mechiche.com> Date: Mon, 10 Oct 2022 20:27:31 +0200 Subject: [PATCH] Add a button to view the user's profile from their edit page --- src/accounts/templates/accounts/edit.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/accounts/templates/accounts/edit.html b/src/accounts/templates/accounts/edit.html index 2af6d04..d82c74a 100644 --- a/src/accounts/templates/accounts/edit.html +++ b/src/accounts/templates/accounts/edit.html @@ -92,6 +92,13 @@ {% endif %}
  • {% trans "Registered since" %} {{ user.date_joined|date:"Y-m-d" }}
  • +