Skip to content

Commit

Permalink
fix: added date formatting for date_reviewed in detail sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Apr 2, 2024
1 parent 3c018f5 commit 2da4620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviews/templates/reviews/review_detail_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>{% trans "Details" %}</h3>
{% endif %}
{% if review.stage == review.Stages.CLOSED %}
<li>
{% blocktrans trimmed with continuation=review.get_continuation_display date_reviewed=review.proposal.date_reviewed %}
{% blocktrans trimmed with continuation=review.get_continuation_display date_reviewed=review.proposal.date_reviewed|date:"j F Y, G:i" %}
Afhandeling:
<br />
{{ continuation }},
Expand Down

0 comments on commit 2da4620

Please sign in to comment.