fix: search for category view
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user