diff --git a/scipost/views.py b/scipost/views.py index ffcf29ae08ac03025eb011ace5009db432c2ffe3..9950a4a3a49dd529543be54a93e07d011b3d937c 100644 --- a/scipost/views.py +++ b/scipost/views.py @@ -175,7 +175,7 @@ def protected_serve(request, path, show_indexes=False): def feeds(request): """Information page for RSS and Atom feeds.""" - return render(request, 'scipost/feeds.html', context) + return render(request, 'scipost/feeds.html') ################