X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5..7a27a3fbc14b2049b8d110db15855a625e4c2455:/src/social/views.py?ds=inline

diff --git a/src/social/views.py b/src/social/views.py
index 9087d7bba..989771a6c 100644
--- a/src/social/views.py
+++ b/src/social/views.py
@@ -1,5 +1,5 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from django.shortcuts import render, get_object_or_404, redirect
 from django.http import HttpResponseForbidden, JsonResponse
@@ -66,7 +66,7 @@ def unlike_book(request, slug):
 
 @login_required
 def my_shelf(request):
-    template_name = 'social/2022/my_shelf.html'
+    template_name = 'social/my_shelf.html'
     tags = list(request.user.tag_set.all())
     suggest = [t for t in tags if t.name]
     print(suggest)