- + {% trans "Unread Announcements" %} {% for ann in request.user.unread_announcements %}{{ ann.html }}{% endfor %} @@ -166,7 +166,7 @@ {% endif %} - + {% trans 'Popular Posts' %} {% include "posts.html" with posts=popular_posts %} @@ -174,7 +174,7 @@ - + {% trans 'Popular Tags' %} {% for t in popular_tags %} diff --git a/common/templates/_footer.html b/common/templates/_footer.html index c480466b..513a85b1 100644 --- a/common/templates/_footer.html +++ b/common/templates/_footer.html @@ -18,6 +18,9 @@
- + {% trans 'Popular Posts' %} {% include "posts.html" with posts=popular_posts %} @@ -174,7 +174,7 @@
- + {% trans 'Popular Tags' %} {% for t in popular_tags %} diff --git a/common/templates/_footer.html b/common/templates/_footer.html index c480466b..513a85b1 100644 --- a/common/templates/_footer.html +++ b/common/templates/_footer.html @@ -18,6 +18,9 @@