From 3a60e9f927459aeec1a391da299750628a3688e0 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 8 Oct 2013 17:48:45 -0300 Subject: [PATCH] Listing user's email address --- src/accounts/templates/accounts/user_detail.html | 8 ++++++++ src/super_archives/models.py | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/accounts/templates/accounts/user_detail.html b/src/accounts/templates/accounts/user_detail.html index 66cd3dd..c7ce67c 100644 --- a/src/accounts/templates/accounts/user_detail.html +++ b/src/accounts/templates/accounts/user_detail.html @@ -24,6 +24,14 @@ {% endifequal %}
+ {% if request.user.is_active %} + +
+ {% endif %}