Skip to content

Commit

Permalink
TTK-26806: Show correct date format in latest uploads (#605)
Browse files Browse the repository at this point in the history
* TTK-26806: Show correct date format in latest uploads

* TTK-26799: Show event ended iframe (#603)

* Add new Finder method

---------

Co-authored-by: Pablo Ogando Ferreira <[email protected]>
  • Loading branch information
albacodina and Yurujai authored Jan 25, 2024
1 parent 78115f1 commit 2ef6a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="row">
<div class="text-center">
<h2>
{{ date | format_datetime('medium', 'none',locale=app.request.getLocale())|capitalize }}
{{ date | format_datetime(pattern="MMMM-Y",locale=app.request.getLocale())|capitalize }}
</h2>
</div>
<div class="announces">
Expand Down

0 comments on commit 2ef6a5f

Please sign in to comment.