Skip to content

Commit

Permalink
fix: update best comments template
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Sep 20, 2023
1 parent e3a732d commit 024cd47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notifications/telegram/templates/messages/best_comments.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load text_filters %}{% load posts %}Re: <b><a href="{{ settings.APP_HOST }}{% url "show_comment" comment.post.slug comment.id %}">{% if comment.post.emoji %}{{ comment.post.emoji }} {% endif %}{% if comment.post.prefix %}{{ comment.post.prefix }} {% endif %}{{ comment.post.title }}</a></b> (+{{ comment.upvotes }})
{% load text_filters %}{% load posts %}Re: <b><a href="{{ settings.APP_HOST }}{% url "show_comment" comment.post.slug comment.id %}">{% if comment.post.emoji %}{{ comment.post.emoji }} {% endif %}{% if comment.post.prefix %}{{ comment.post.prefix }} {% endif %}{{ comment.post.title }}</a></b>

<b>{{ comment.author.slug }}:</b> {% render_plain comment 3000 %}
(+{{ comment.upvotes }}) <b>{{ comment.author.full_name }}:</b> {% render_plain comment 3000 %}

<a href="{{ settings.APP_HOST }}{% url "show_comment" comment.post.slug comment.id %}">Посмотреть ➜</a>
<a href="{{ settings.APP_HOST }}{% url "show_comment" comment.post.slug comment.id %}">{{ comment.created_at | cool_date }}</a>

0 comments on commit 024cd47

Please sign in to comment.