From 5aad0c96b379c1cc67114d48e7ef112521f6596b Mon Sep 17 00:00:00 2001 From: JisanAR03 Date: Wed, 6 Dec 2023 17:32:39 +0600 Subject: [PATCH] fix new home page a tag --- website/templates/_bug.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/website/templates/_bug.html b/website/templates/_bug.html index 480c9c6a4..0dc6da630 100644 --- a/website/templates/_bug.html +++ b/website/templates/_bug.html @@ -1,5 +1,6 @@ {% load gravatar %} {% load static %} +{% load custom_tags %}
@@ -14,13 +15,13 @@ {% endif %} - {{bug.user}} + {{bug.user}}
{{bug.get_label_display}}
- {{bug.description}} + {{bug.description|truncatechars:100}}
{% for bug_key, bug_screenshots in bugs_screenshots.items %} @@ -46,12 +47,16 @@ - - - - - - - + + + + + + + +
\ No newline at end of file