diff options
author | raylu <raylu@gridium.com> | 2013-10-22 19:29:47 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-22 19:30:38 -0700 |
commit | 0dea8f430e4905da98d7009bdf111e0965fedd22 (patch) | |
tree | bc15ef1accedd36af12db9023becb8eb55cd3229 /web/templates | |
parent | 1b81975f1fb3d1341cad30061dc195581e2264b6 (diff) | |
download | ykill-0dea8f430e4905da98d7009bdf111e0965fedd22.tar.xz |
alliance and character pages
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/kill_list.html (renamed from web/templates/corporation.html) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/corporation.html b/web/templates/kill_list.html index c8550d7..1c672d3 100644 --- a/web/templates/corporation.html +++ b/web/templates/kill_list.html @@ -1,11 +1,11 @@ {% extends "base.html" %} {% block js %} - <script src="/static/js/corporation.js"></script> + <script src="/static/js/kill_list.js"></script> {% end %} {% block css %} - <link rel="stylesheet" type="text/css" href="/css/corporation.css" /> + <link rel="stylesheet" type="text/css" href="/css/kill_list.css" /> {% end %} {% block main %} |