reformat with djlint --reformat

This commit is contained in:
2024-08-08 14:47:51 +02:00
parent 72e89dae77
commit 447bd4820c
8 changed files with 193 additions and 181 deletions

View File

@ -26,7 +26,9 @@
<tr>
<td></td>
<td>
<a href="{% url 'delete_purchase' purchase_id %}" class="text-red-600" onclick="return confirm('Are you sure you want to delete this purchase?');">Delete</a>
<a href="{% url 'delete_purchase' purchase_id %}"
class="text-red-600"
onclick="return confirm('Are you sure you want to delete this purchase?');">Delete</a>
</td>
</tr>
{% endif %}