Skip to content

Commit

Permalink
fix(forum): updated at
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jul 17, 2023
1 parent a26d74a commit 0013d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/templates/forum/forum_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h2 class="mt-3">
{% if forums %}
<div class="s-section__row row">
<div class="col-12 col-lg-9">
<small>dernière mise à jour le : {{ forum.updated|date:"d/m/Y" }}</small>
{{forum.description.rendered|urlizetrunc_target_blank:30}}
<small>dernière mise à jour le : {{ forum.updated|date:"d/m/Y" }}</small>
</div>
<div class="col-12 col-lg-3">
<a href="{% url 'forum_extension:forum' parent_forum.slug parent_forum.id %}"
Expand Down

0 comments on commit 0013d26

Please sign in to comment.