diff options
author | raylu <raylu@gridium.com> | 2013-10-20 16:11:51 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-20 16:11:51 -0700 |
commit | 5c1b4b72ea8552e03acf9dec61fc27dfb2cd2adf (patch) | |
tree | 76c853dc800d1e26e2cb02926543ca508ed2b472 /web/templates/base.html | |
parent | b41afb028a5585d5c035568024bea6f433246aa3 (diff) | |
download | ykill-5c1b4b72ea8552e03acf9dec61fc27dfb2cd2adf.tar.xz |
clean up corporation kill list
Diffstat (limited to 'web/templates/base.html')
-rw-r--r-- | web/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index ffbe99b..b05a4fa 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -2,6 +2,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="/css/base.css" /> + {% block css %}{% end %} <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script> <script> window.ykill = { |