From d04e9864194d251802ddb2cd000a98aecd8be502 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 24 Dec 2020 15:33:46 +0100 Subject: [PATCH] Added display of name and e-mail. --- .../lostplaces/templates/explorer/profile.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/django_lostplaces/lostplaces/templates/explorer/profile.html b/django_lostplaces/lostplaces/templates/explorer/profile.html index 4cf7948..aaf425b 100644 --- a/django_lostplaces/lostplaces/templates/explorer/profile.html +++ b/django_lostplaces/lostplaces/templates/explorer/profile.html @@ -14,6 +14,22 @@
+ + + + + + + +
+ {% trans 'Name' %} + + {{explorer.user.first_name}} {{explorer.user.last_name}} +
+ {% trans 'E-Mail' %} + + {{explorer.user.email}} +
{% trans 'Joined' %}