summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
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 %}