URL Bug fix in template

This commit is contained in:
Gregory Trullemans 2022-09-16 14:53:45 +02:00
parent 9f8445118c
commit 1dfa573430
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<tr {% if not contract.is_paid %}class="danger"{% endif %}>
<td class="centered">{{ contract.date.year }}</td>
<td class="centered">{{ contract.reference }}</td>
<td><a href="{% url 'contract_update' contract.id %}"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span></a>&nbsp;<a href="{% url 'contract_detail' contract.id %}">{{ contract.title }}</a></td>
<td><a href="{% url 'contract_update' contract.id %}"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span></a>&nbsp;<a href="{% url 'contract_details' contract.id %}">{{ contract.title }}</a></td>
<td>{{ contract.client }}</td>
<td class="push-right">{{ contract.advance }}</td>
<td class="push-right">{{ contract.get_prestation.count }}</td>