From 8b288e0d13233dffec4931bb5ee7bce9b058c951 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sun, 30 Jul 2017 10:40:19 +0200 Subject: [PATCH] Bloody typos --- comments/templates/comments/_comment_card_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments/templates/comments/_comment_card_content.html b/comments/templates/comments/_comment_card_content.html index c6788a79a..47487bc7a 100644 --- a/comments/templates/comments/_comment_card_content.html +++ b/comments/templates/comments/_comment_card_content.html @@ -3,7 +3,7 @@ <p class="card-text"> <a href="{{comment.author.get_absolute_url}}">{{comment.author.user.first_name}} {{comment.author.user.last_name}}</a>: - <a href="{{comment.get_absolute_url}"> + <a href="{{comment.get_absolute_url}}"> "{{comment.comment_text|slice:'30'}}{% if comment.comment_text|length > 30 %}...{% endif %}" </a> </p><p class="card-text pl-md-3"> -- GitLab