From 8b08e65b23f13549f7ce90f6177910e34d80f048 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Oct 2021 13:27:35 +0200 Subject: [PATCH] sdf --- files/templates/submission.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 43c4b0143..465d45eb9 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -92,7 +92,7 @@ {% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %} -{{'@'+comment_info.author.username}} comments on "{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}}" +{{'@'+comment_info.author.username}} comments on "{{p.title}} - {{'SITE_NAME' | app_config}}" @@ -121,7 +121,7 @@ {% endif %} {% else %} -{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}} +{{p.title}} - {{'SITE_NAME' | app_config}}