From 80335a983e022d4995d675c1742ff3d4e898420a Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 12 Oct 2023 21:53:55 +0300 Subject: [PATCH] fix markdown.js included twice --- files/templates/userpage/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index ca2f5b14a..fd9500a89 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -37,7 +37,7 @@ {% include "pagination.html" %} {% endif %} -{% if not request.path.endswith('/comments') and not request.path.endswith(u.username) %} +{% if request.path.endswith('/posts') %} {% endif %}