summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-12-12 10:06:43 +0100
committerGitHub <noreply@github.com>2016-12-12 10:06:43 +0100
commite58949b76fac7aa93341523ff0e2f35e0a03e057 (patch)
tree82f90b1e406ffda0276d2918b1b86c3589e50012 /searx/templates
parent6b6007fc78f47099d84099c6d6c23e2cd213b82f (diff)
parentb034356825420507c9fb7ee2dc100676a88cf6c7 (diff)
Merge pull request #783 from kvch/time-range-search-year
add year support to engines which support it
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/time-range.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/oscar/time-range.html b/searx/templates/oscar/time-range.html
index 4a13c4fdb..6ce1b91cb 100644
--- a/searx/templates/oscar/time-range.html
+++ b/searx/templates/oscar/time-range.html
@@ -11,4 +11,7 @@
<option id="time-range-month" value="month" {{ "selected" if time_range=="month" else ""}}>
{{ _('Last month') }}
</option>
+ <option id="time-range-year" value="year" {{ "selected" if time_range=="year" else ""}}>
+ {{ _('Last year') }}
+ </option>
</select>