aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-24 07:36:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-24 07:36:03 +0200
commit8574113cfd194a0481f3538d2541dc98aec082e4 (patch)
tree2260744dbc67a59ec52c1decf0822d2ea1ffa2b6 /pyaggr3g470r/templates/management.html
parentMinor changes to the admin/user template. (diff)
downloadnewspipe-8574113cfd194a0481f3538d2541dc98aec082e4.tar.gz
newspipe-8574113cfd194a0481f3538d2541dc98aec082e4.tar.bz2
newspipe-8574113cfd194a0481f3538d2541dc98aec082e4.zip
Updated /management template.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 2f687cf8..ad2faada 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -12,6 +12,8 @@
<div class="jumbotron">
<h1>Your Profile</h1>
<p>Update your <a href="/profile/">profile</a>.</p>
+ <p>Member since {{ user.date_created.strftime('%A, %d %B %Y') }}.</p>
+ <p>Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.</p>
</div>
<div class="jumbotron">
<h1>Import/export feeds</h1>
bgstack15