diff --git a/comments/templates/comments/_comment_card_content.html b/comments/templates/comments/_comment_card_content.html index c6788a79a355818dc3e31f711bdda0027efcdeaf..47487bc7a6182e10fb8be44b1040aa4cddd23dd3 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">