From 0dea8f430e4905da98d7009bdf111e0965fedd22 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 19:29:47 -0700 Subject: alliance and character pages --- web/templates/corporation.html | 25 ------------------------- web/templates/kill_list.html | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 web/templates/corporation.html create mode 100644 web/templates/kill_list.html (limited to 'web/templates') diff --git a/web/templates/corporation.html b/web/templates/corporation.html deleted file mode 100644 index c8550d7..0000000 --- a/web/templates/corporation.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "base.html" %} - -{% block js %} - -{% end %} - -{% block css %} - -{% end %} - -{% block main %} - - - - - - - - - - - -
timesystemvictimkiller(s)value
- -{% end %} diff --git a/web/templates/kill_list.html b/web/templates/kill_list.html new file mode 100644 index 0000000..1c672d3 --- /dev/null +++ b/web/templates/kill_list.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block js %} + +{% end %} + +{% block css %} + +{% end %} + +{% block main %} + + + + + + + + + + + +
timesystemvictimkiller(s)value
+ +{% end %} -- cgit v1.2.3