diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 3f385e35e..a8aa14756 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -33,7 +33,7 @@ window.onload = function() { prevScrollpos = currentScrollPos; } -}); +}; {% endblock %} diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index 39eddec0f..a748c65bc 100644 --- a/files/templates/admin/reported_posts.html +++ b/files/templates/admin/reported_posts.html @@ -61,7 +61,7 @@ window.onload = function() { prevScrollpos = currentScrollPos; } -}); +}; {% endblock %} diff --git a/files/templates/ban_modal.html b/files/templates/ban_modal.html index 9227b8081..9b0739a22 100644 --- a/files/templates/ban_modal.html +++ b/files/templates/ban_modal.html @@ -24,7 +24,7 @@ window.onload = function() { } }; -}); +};