aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyaggr3g470r/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index d59a44f7..12beb068 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -108,6 +108,7 @@
{% if feed_id %}<input type="hidden" name="feed_id" value="{{ feed_id }}" />{% endif %}
<label for="search_title">{{ _("Title") }}</label>
<input type="checkbox" name="search_title" {% if search_title == 'on' or not (search_title == 'on' or search_content == 'on') %}checked{%endif%}/>
+ <br />
<label for="search_content">{{ _("Content") }}</label>
<input type="checkbox" name="search_content" {% if search_content == 'on' %}checked{%endif%}/>
<input type="text" class="form-control" name="query" placeholder="{{ _("Search") }}" {% if search_query %} value="{{ search_query }}"{% endif %} />
bgstack15