From 031daa32bbe11417d0dfb968dfbf888f0dc65d86 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 03:07:32 -0700 Subject: rewrite as api --- web/templates/search.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/templates/search.html') diff --git a/web/templates/search.html b/web/templates/search.html index 03980af..d84c5da 100644 --- a/web/templates/search.html +++ b/web/templates/search.html @@ -1,12 +1,12 @@ {% extends "base.html" %} +{% block js %} + +{% end %} + {% block main %}

Corporations

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