fix: search for category view
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
placeholder="{% translate 'Buscar' %}"
|
||||
autocomplete="off">
|
||||
</div>
|
||||
{% if filter_by_category %}
|
||||
<input type="hidden" name="category" value="{{ category.id }}">
|
||||
{% endif %}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user