Add link from transaction to year listing

This commit is contained in:
Gregory Trullemans 2022-05-10 12:03:10 +02:00
parent 3a939eca76
commit 5720966445
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<table class="table-condensed">
<tr>
<td class="col-xs-6 col-sm-4 col-md-4 col-lg-4"><p class="text-muted">Date</p></td>
<td class="col-xs-6 col-sm-8 col-md-8 col-lg-8"><p class="text-primary"><a href="{% url 'by_year' 2022 %}">{{ transaction.registrationDate | date:'l j F Y' }}</a></p></td>
<td class="col-xs-6 col-sm-8 col-md-8 col-lg-8"><p class="text-primary"><a href="{% url 'by_year' transaction.registrationDate.year %}">{{ transaction.registrationDate | date:'l j F Y' }}</a></p></td>
</tr>
<tr>
<td><p class="text-muted">Type de transaction</p></td>