adding test

This commit is contained in:
Noa Fouich
2025-09-25 15:40:11 +02:00
parent e186052283
commit 0b7c516f18
3 changed files with 30 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
</td>
<td>{{ purchase.counter }}</td>
{% if not purchase.seller %}
<td>{% trans %}Deleted User{% endtrans %}</td>
<td>{% trans %}Deleted user{% endtrans %}</td>
{% else %}
<td><a href="{{ purchase.seller.get_absolute_url() }}">{{ purchase.seller.get_display_name() }}</a></td>
{% endif %}