diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index ff655d4..e8186df 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -183,8 +183,9 @@
-

Gallery

-
+
+ + {{ request.user.username }} {% if theme == 'dark' %} @@ -198,54 +199,45 @@
- +
+ {% csrf_token %} + +
diff --git a/viewer/templates/image_view.html b/viewer/templates/image_view.html index b990e84..0ed0ffb 100644 --- a/viewer/templates/image_view.html +++ b/viewer/templates/image_view.html @@ -123,7 +123,7 @@