From 29d0528ec6ff9cf61af3bab2feb71dcb3625240a Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 22:22:26 -0700 Subject: most expensive kills on homepage --- web/templates/home.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'web/templates/home.html') diff --git a/web/templates/home.html b/web/templates/home.html index 34fe371..07ec4f2 100644 --- a/web/templates/home.html +++ b/web/templates/home.html @@ -1,8 +1,15 @@ {% extends "base.html" %} +{% block js %} + +{% end %} + +{% block css %} + +{% end %} + {% block main %} -
- - -
+ + +
most expensive kills
{% end %} -- cgit v1.2.3