From b4c358979a9c62ba15d0980b8116ba7017d3b4fe Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 6 Jul 2015 20:02:51 +0000 Subject: Forgot to add the search error page template --- wqflask/wqflask/templates/search_error.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wqflask/wqflask/templates/search_error.html diff --git a/wqflask/wqflask/templates/search_error.html b/wqflask/wqflask/templates/search_error.html new file mode 100644 index 00000000..22416580 --- /dev/null +++ b/wqflask/wqflask/templates/search_error.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} +{% block title %}Search Results{% endblock %} +{% block css %} + + + +{% endblock %} +{% block content %} + + {{ header("Error") }} + +
+ +

You entered at least one incorrect search command.

+
+ +
+ + + +{% endblock %} -- cgit v1.2.3