From 051272a874923ee09b679de0b587d529e92126ba Mon Sep 17 00:00:00 2001 From: metalune Date: Fri, 22 Jan 2021 15:04:35 +0100 Subject: [PATCH] Make comment users clickable --- templates/video.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/video.html b/templates/video.html index 867eecf..fc33e46 100644 --- a/templates/video.html +++ b/templates/video.html @@ -78,7 +78,10 @@ Views: {{ video.views }} Likes: {{ video.likes }} Dislikes: {{ {% for comment in comments.data %} {% if not comment.isDeleted %} - {{ comment.account.displayName }} + + {{ comment.account.displayName }} + +
{{ comment.text }}