Skip to content

Commit

Permalink
newsfeed
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jul 3, 2023
1 parent ddb20b5 commit 25fd8c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{% load forum_permission_tags %}
{% load str_filters %}
{% load url_add_query %}
{% load date_filters %}

{% if forum %}
{% get_permission 'can_download_files' forum request.user as user_can_download_files %}
Expand Down Expand Up @@ -37,7 +38,7 @@
<div class="card-body pt-0">
<div class="row">
<div class="col-12 post-content-wrapper mb-1">
{% include "forum_conversation/partials/poster.html" with post=topic.first_post topic=topic is_topic_head=True %}
{{topic.first_post.created|relativetimesince_fr}}
</div>
<div class="col-12 post-content">
<div id="showmoretopicsarea{{topic.pk}}">
Expand Down

0 comments on commit 25fd8c7

Please sign in to comment.