link to search settings in recipe search
This commit is contained in:
@ -506,6 +506,4 @@ class SearchPreferenceForm(forms.ModelForm):
|
|||||||
'istartswith': MultiSelectWidget,
|
'istartswith': MultiSelectWidget,
|
||||||
'trigram': MultiSelectWidget,
|
'trigram': MultiSelectWidget,
|
||||||
'fulltext': MultiSelectWidget,
|
'fulltext': MultiSelectWidget,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -117,6 +117,11 @@
|
|||||||
></b-form-checkbox>
|
></b-form-checkbox>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
</div>
|
</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="row" style="margin-top: 1vh">
|
||||||
<div class="col-12" style="text-align: right">
|
<div class="col-12" style="text-align: right">
|
||||||
<b-button size="sm" variant="secondary" style="margin-right:8px"
|
<b-button size="sm" variant="secondary" style="margin-right:8px"
|
||||||
|
@ -80,5 +80,5 @@
|
|||||||
"or": "or",
|
"or": "or",
|
||||||
"and": "and",
|
"and": "and",
|
||||||
"Information": "Information",
|
"Information": "Information",
|
||||||
"Download": "Download"
|
"Advanced Search Settings": "Advanced Search Settings"
|
||||||
}
|
}
|
Reference in New Issue
Block a user