aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-09-12 07:18:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-09-12 07:18:03 +0200
commitcbda6dd40acf7c611be893354c8357cbd2cb404e (patch)
treebd8b642f2ea2d50ce824dbc7e337010674fa59e9 /pyaggr3g470r/templates/management.html
parentMerge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff)
downloadnewspipe-cbda6dd40acf7c611be893354c8357cbd2cb404e.tar.gz
newspipe-cbda6dd40acf7c611be893354c8357cbd2cb404e.tar.bz2
newspipe-cbda6dd40acf7c611be893354c8357cbd2cb404e.zip
Removed gravatar extension.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index f8b7b8a0..fa6e66ef 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -18,9 +18,6 @@
<p>{{ _('Member since') }} {{ user.date_created | datetime }}.</p>
<p>{{ _('Last seen:') }} {{ user.last_seen | datetime }}.</p>
</div>
- <div class="col-md-6">
- <img src="{{ user.email | gravatar }}" />
- </div>
</div>
<div class="row">
<div class="col-md-12">
bgstack15