From 4a5a21c6fd1b8f7f87fa60115774409a47d8aa5a Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 17 Jul 2023 17:46:55 +0300 Subject: [PATCH] remove saves sort from inside posts (its broken and results in 500 error) --- files/templates/post.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/templates/post.html b/files/templates/post.html index 2ac457bc76..192911557e 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -297,7 +297,6 @@ {% if sort=="new" %}{% endif %} {% if sort=="old" %}{% endif %} {% if sort=="controversial" %}{% endif %} - {% if sort=="saves" %}{% endif %} {{sort | capitalize}}