Skip to content

Commit

Permalink
Update evaluations_list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
strafrecht-admin authored Aug 24, 2023
1 parent bd9b510 commit 3b3ee83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blocks/widgets/evaluations_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>{{ group.year }}</h3>
<div class="article-cards" style="display: flex;">
{% for article in group.articles %}
<div class="article-card">
<a href="{% routablepageurl article.articles_page 'article_by_date' 2020 10 10 article.slug %}">{{ article.title }}</a>
<a href="{% routablepageurl article.articles_page 'article_by_date' article.date.year article.date.month article.date.day article.slug %}">{{ article.title }}</a>
<div>
<span class="meta badge badge-dark">{{ article.owner }}</span>
<span class="meta badge badge-light">{{ article.date|date:"d.m.Y" }}</span>
Expand Down

0 comments on commit 3b3ee83

Please sign in to comment.