link to search settings in recipe search

This commit is contained in:
smilerz
2021-06-05 17:56:48 -05:00
parent 9b9ecec52f
commit 32c488f4a8
9 changed files with 21 additions and 25 deletions

View File

@@ -117,6 +117,11 @@
></b-form-checkbox>
</b-form-group>
</div>
<div class="row" style="margin-top: 1vh">
<div class="col-12">
<a :href="resolveDjangoUrl('view_settings')">{{ $t('Advanced Search Settings') }}</a>
</div>
</div>
<div class="row" style="margin-top: 1vh">
<div class="col-12" style="text-align: right">
<b-button size="sm" variant="secondary" style="margin-right:8px"

View File

@@ -80,5 +80,5 @@
"or": "or",
"and": "and",
"Information": "Information",
"Download": "Download"
"Advanced Search Settings": "Advanced Search Settings"
}