lots view: clarify what is shown: active lots

active lots vs archived lots
This commit is contained in:
pedro 2025-02-25 14:00:03 +01:00
parent deffdc03f6
commit 1250d47553

View file

@ -9,7 +9,7 @@
<div class="col text-center"> <div class="col text-center">
{% if show_archived %} {% if show_archived %}
<a href="?show_archived=false" class="btn btn-green-admin"> <a href="?show_archived=false" class="btn btn-green-admin">
{% trans 'Hide archived lots' %} {% trans 'Show active lots' %}
</a> </a>
{% else %} {% else %}
<a href="?show_archived=true" class="btn btn-green-admin"> <a href="?show_archived=true" class="btn btn-green-admin">