From d74767f4ef512af859c38c543380bc7545211cc6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 24 Apr 2014 07:45:28 +0200 Subject: Added avatar to the profile section. --- pyaggr3g470r/templates/management.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index ad2faada..2f95daaa 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -11,9 +11,16 @@

Your Profile

-

Update your profile.

-

Member since {{ user.date_created.strftime('%A, %d %B %Y') }}.

-

Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.

+
+
+

Update your profile.

+

Member since {{ user.date_created.strftime('%A, %d %B %Y') }}.

+

Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.

+
+
+ +
+

Import/export feeds

-- cgit