From 02a3b0d8caf160da78bd4b355a7c11d558abe036 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 19 Oct 2013 23:57:55 -0700 Subject: corp search --- web/templates/search.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/templates/search.html (limited to 'web/templates/search.html') diff --git a/web/templates/search.html b/web/templates/search.html new file mode 100644 index 0000000..03980af --- /dev/null +++ b/web/templates/search.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block main %} + +

Corporations

+{% for corp in corps %} + + {{ corp['corporation_name'] }} + +{% end %} + +{% end %} -- cgit v1.2.3