diff options
Diffstat (limited to 'templates/partials/search.django')
| -rw-r--r-- | templates/partials/search.django | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/partials/search.django b/templates/partials/search.django index 4798717..86a85b8 100644 --- a/templates/partials/search.django +++ b/templates/partials/search.django @@ -10,14 +10,14 @@ <span class="checkbox-custom safe"></span> </label> <label class="rating-checkbox"> - <input type="checkbox" name="rating" value="questionable" {{ QueryRatings.Questionable|yesno:'checked,' }} /> - <span class="checkbox-custom questionable"></span> - </label> - <label class="rating-checkbox"> <input type="checkbox" name="rating" value="sensitive" {{ QueryRatings.Sensitive|yesno:'checked,' }} /> <span class="checkbox-custom sensitive"></span> </label> <label class="rating-checkbox"> + <input type="checkbox" name="rating" value="questionable" {{ QueryRatings.Questionable|yesno:'checked,' }} /> + <span class="checkbox-custom questionable"></span> + </label> + <label class="rating-checkbox"> <input type="checkbox" name="rating" value="explicit" {{ QueryRatings.Explicit|yesno:'checked,' }} /> <span class="checkbox-custom explicit"></span> </label> |
