diff options
Diffstat (limited to 'searx/templates/simple/stats.html')
| -rw-r--r-- | searx/templates/simple/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/stats.html b/searx/templates/simple/stats.html index f45f5b260..9cc035cfd 100644 --- a/searx/templates/simple/stats.html +++ b/searx/templates/simple/stats.html @@ -1,5 +1,5 @@ {% from 'simple/icons.html' import icon_big %} -{% from '__common__/new_issue.html' import new_issue with context %} +{% from 'simple/new_issue.html' import new_issue with context %} {% extends "simple/page_with_header.html" %} |