From 4b6a811e21d3d38e425a7ac7fb26f32d62ba7b48 Mon Sep 17 00:00:00 2001 From: DrTransmisia <95589613+DrTransmisia@users.noreply.github.com> Date: Sun, 22 May 2022 19:31:27 +0200 Subject: [PATCH] Lenewlink (#282) * allowing the user to click on profile ANCHOR with special keys * le epic version bump for le cloudfare chaching, has arrived --- files/templates/comments.html | 4 ++-- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index b036af8e7..22674dc62 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -207,7 +207,7 @@ {% if not c.author %} {{c.print()}} {% endif %} - {% if c.author.is_cakeday %}{% endif %}{{c.author_name}} + {% if c.author.is_cakeday %}{% endif %}{{c.author_name}} {% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} {% endif %} @@ -857,7 +857,7 @@ {% include "expanded_image_modal.html" %} - + - + \ No newline at end of file