diff --git a/public/views.py b/public/views.py index e301aaef..39e5b5fb 100644 --- a/public/views.py +++ b/public/views.py @@ -68,8 +68,7 @@ def moreforums(request): return list_detail.object_list(request, AltForum.objects.order_by('language', 'name'), template_name="public/moreforums.html", - template_object_name="forum", - extra_context={"path": request.path}) + template_object_name="forum") # vim: set ts=4 sw=4 et: diff --git a/templates/base.html b/templates/base.html index 1dee72bf..b9cdb6dd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,17 +12,17 @@
- +