summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorraylu <raylu@gridium.com>2013-10-22 19:09:51 -0700
committerraylu <raylu@gridium.com>2013-10-22 19:09:51 -0700
commit1b81975f1fb3d1341cad30061dc195581e2264b6 (patch)
treed60317c056391c100c1bffd09e0db5ce98909460 /web/templates
parentc7056a2e0d0a61b65199d8d0b5e7b79fb51c3de7 (diff)
downloadykill-1b81975f1fb3d1341cad30061dc195581e2264b6.tar.xz
search for alliance and characters too
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/search.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/search.html b/web/templates/search.html
index d84c5da..7373287 100644
--- a/web/templates/search.html
+++ b/web/templates/search.html
@@ -4,9 +4,9 @@
<script src="/static/js/search.js"></script>
{% end %}
-{% block main %}
-
-<h2>Corporations</h2>
-<div id="corps"></div>
+{% block css %}
+ <link rel="stylesheet" type="text/css" href="/css/search.css" />
+{% end %}
+{% block main %}
{% end %}