From ea032ba8b321fad5e896750eae508456676041c1 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 23 May 2013 15:45:22 +0200 Subject: Display the last viewed threads in 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 f6a4d16..e84c72f 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -69,6 +69,11 @@ {% endif %} +

Threads you have read

+ Loading... +
+ +

Votes

Up Votes

{% if votes_up %} @@ -112,4 +117,15 @@ {% endblock %} +{% block additionaljs %} + + + +{% endblock %} + {# vim: set noet: #} -- cgit