mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Give Accept-Language
div its own class (#659)
Fixes accidental assignment of "get-only" class to the "Accept-Language" config option
This commit is contained in:
parent
23402e27e1
commit
0e711beca7
@ -200,7 +200,7 @@
|
||||
<input type="checkbox" name="get_only"
|
||||
id="config-get-only" {{ 'checked' if config.get_only else '' }}>
|
||||
</div>
|
||||
<div class="config-div config-div-get-only">
|
||||
<div class="config-div config-div-accept-language">
|
||||
<label for="config-accept-language">Set Accept-Language: </label>
|
||||
<input type="checkbox" name="accept_language"
|
||||
id="config-accept-language" {{ 'checked' if config.accept_language else '' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user