Correct a typo

This commit is contained in:
Andreas Zweili 2023-03-13 19:18:19 +01:00
parent 558174383c
commit f2a9348244
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<td><a href="{% url 'customer' user.customer.id %}">{{ user.customer }}</a></td>
</tr>
<tr>
<td><b>Comptuers</b></td>
<td><b>Computers</b></td>
<td>
{% for computer in computers %}
<a href="{% url 'computer' computer.id %}">{{ computer}}</a>