tags: Add button to clear all tags

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2024-12-25 07:59:41 +05:30 committed by Sunil Mohan Adapa
parent b1087b7650
commit cde3f151fb
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -39,6 +39,8 @@
{% endfor %}
</ul>
</div>
<a href="{% url 'apps' %}" aria-label="{% trans 'Clear all tags' %}"
class="btn-close" type="button"></a>
</div>
</div>
</div>