From b0396f52237aa83cf017282185fe51023ce372fb Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 24 Dec 2020 19:04:04 +0100 Subject: [PATCH] Added bio and email link to profile template. --- .../lostplaces/templates/explorer/profile.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/templates/explorer/profile.html b/django_lostplaces/lostplaces/templates/explorer/profile.html index 774a65b..d829cbf 100644 --- a/django_lostplaces/lostplaces/templates/explorer/profile.html +++ b/django_lostplaces/lostplaces/templates/explorer/profile.html @@ -7,11 +7,16 @@ {% block maincontent %}
+
+

Bio

+

{{explorer.bio}}

+

{{explorer.user.username}}

+
@@ -33,7 +38,9 @@ {% trans 'E-Mail' %}
- {{explorer.user.email}} + + {{explorer.user.email}} +