summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
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">