fix: search for category view

This commit is contained in:
2024-12-31 13:01:58 +01:00
parent 3de6bbcc29
commit 10b54a07e4
@@ -23,6 +23,9 @@
placeholder="{% translate 'Buscar' %}" placeholder="{% translate 'Buscar' %}"
autocomplete="off"> autocomplete="off">
</div> </div>
{% if filter_by_category %}
<input type="hidden" name="category" value="{{ category.id }}">
{% endif %}
</form> </form>
</div> </div>
</div> </div>