Adjusting link display

This commit is contained in:
Michael Bergbauer 2025-06-14 21:32:31 +02:00
parent 6ea6cd7132
commit 5a0c724591

View File

@ -20,7 +20,7 @@
<tbody>
{% for x in mymembers %}
<tr>
<td><a href="{% url 'details' x.id %}">{{ x.nachname }} {{ x.vorname}}</a> </td>
<td><a href="{% url 'details' x.id %}"><img src="{% static 'icons/arrow-right.svg' %}" class="icon">{{ x.nachname }} {{ x.vorname}}</a> </td>
<td></td>
<td></td>
</tr>