aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-19 13:27:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-19 13:27:05 +0200
commit519add68cb0d3056314a6692cdfe8e2b272d0ff7 (patch)
tree97328cd76370605bc2e8c64708cc8e37a8782f43 /pyaggr3g470r
parentTrying the search on Heroku. (diff)
downloadnewspipe-519add68cb0d3056314a6692cdfe8e2b272d0ff7.tar.gz
newspipe-519add68cb0d3056314a6692cdfe8e2b272d0ff7.tar.bz2
newspipe-519add68cb0d3056314a6692cdfe8e2b272d0ff7.zip
Minor changes to the search form.
Diffstat (limited to 'pyaggr3g470r')
-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