summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-01 16:59:03 +0000
committerAurélien Bompard <aurelien@bompard.org>2013-08-02 10:54:23 +0200
commit544cde185f9f55deab7b0738561e0b073e765c6a (patch)
treee24a03f8792a65c59a0d10e4c5e3f4527049d160 /hyperkitty/templates
parentc14775c638735fd719a97f53cb119ccea37f2ba4 (diff)
downloadhyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.tar.gz
hyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.tar.xz
hyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.zip
Add the Gravatar on the public profile page
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/user_profile.html2
-rw-r--r--hyperkitty/templates/user_public_profile.html8
2 files changed, 8 insertions, 2 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html
index 667e252..c7d7550 100644
--- a/hyperkitty/templates/user_profile.html
+++ b/hyperkitty/templates/user_profile.html
@@ -11,7 +11,7 @@
{% block content %}
-<div id="user-profile">
+<div class="user-profile">
<h1>User profile <small>for {{ user }}</small></h1>
diff --git a/hyperkitty/templates/user_public_profile.html b/hyperkitty/templates/user_public_profile.html
index 0e4f7af..4172969 100644
--- a/hyperkitty/templates/user_public_profile.html
+++ b/hyperkitty/templates/user_public_profile.html
@@ -11,7 +11,7 @@
{% block content %}
-<div id="user-profile">
+<div class="user-profile user-public-profile">
<h1>User profile <small>for {{ fullname }}</small></h1>
@@ -34,6 +34,12 @@
</tbody>
</table>
+ <div class="gravatar">
+ {% gravatar email 100 %}
+ </div>
+
+ <div class="clearfix"></div>
+
<h3>Subscriptions</h3>
{% if subscriptions %}
<table class="table table-striped table-bordered table-condensed subscriptions">