Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2022-03-18 13:34:31 -04:00
4 changed files with 9 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ Blocks:
</button>
</div>
<div class="d-flex my-1 flex-grow-1 justify-content-center w-100">
{% search_options %}
{% search_options request %}
</div>
</div>
@@ -53,7 +53,7 @@ Blocks:
{# Search bar #}
<div class="col-6 d-flex flex-grow-1 justify-content-center">
{% search_options %}
{% search_options request %}
</div>
{# Proflie/login button #}