From 6103bcf05feeddace63fcc5857665d3762e25c8b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 10 Aug 2013 17:47:49 -0400 Subject: Add email and subscriptions to the user profile --- hyperkitty/templates/user_profile.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'hyperkitty/templates/user_profile.html') diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index c7d7550..1d25499 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -21,6 +21,7 @@
  • Favorites
  • Threads you have read
  • Votes
  • +
  • Subscriptions
  • @@ -37,6 +38,16 @@ {% trans 'Email:' %} {{ user.email }} + {% if emails %} + + {% trans 'Other emails:' %} + + + {% endif %} {% if use_mockups %} {% trans 'Karma:' %} @@ -91,6 +102,11 @@
    + +
    + {% include "fragments/user_subscriptions.html" %} +
    + -- cgit