diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/views.py | 3 |
1 files changed, 1 insertions, 2 deletions
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: |