diff options
Diffstat (limited to 'templates/search.html.j2')
-rw-r--r-- | templates/search.html.j2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/search.html.j2 b/templates/search.html.j2 deleted file mode 100644 index 4de432c..0000000 --- a/templates/search.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - <div id="search"> - {% if companies == [] %} - <a>There were no results for that search. Please refine your search.</a> - {% else %} - <ul> - {% for name, id_ in companies %} - <li> - <a href="{{ '/company/%s' % id_ }}">{{ name }}</a> - </li> - {% endfor %} - </ul> - {% endif %} - </div> -{% endblock %}
\ No newline at end of file |