From 8007a3690c12b66ff68bb3ae6f50ac709f099968 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Tue, 14 Aug 2018 11:10:49 +0200 Subject: [PATCH] Remove old files. --- templates/list-licences.html | 33 --------------------------------- templates/list-race.html | 33 --------------------------------- 2 files changed, 66 deletions(-) delete mode 100644 templates/list-licences.html delete mode 100644 templates/list-race.html diff --git a/templates/list-licences.html b/templates/list-licences.html deleted file mode 100644 index c0ce7e4..0000000 --- a/templates/list-licences.html +++ /dev/null @@ -1,33 +0,0 @@ -{% set ns = namespace() -%} - -{% include 'head.html' with context %} -
-

AAC Statistics: {% if year %} {{ year }}{% endif %}{% if title %} {{ title | title }}{% endif %}

-{% if results -%} - {%- set ns.total = 0 -%} - {%- if 'count' in results -%} - {%- set ns.total = results['count'] -%} - {%- endif -%} - - - - - - - - - {%- for row in results['rows'] -%} - - - - - {%- endfor -%} - -
LicenceName
{{ row.licence }}{{ row.person }}
-{%- endif %} -
- - - diff --git a/templates/list-race.html b/templates/list-race.html deleted file mode 100644 index e0ae830..0000000 --- a/templates/list-race.html +++ /dev/null @@ -1,33 +0,0 @@ -{% set ns = namespace() -%} - -{% include 'head.html' with context %} -
-

AAC Results: Races {% if year %} in {{ year }}{% endif %}

-{% if results -%} - {%- set ns.total = 0 -%} - {%- if 'count' in results -%} - {%- set ns.total = results['count'] -%} - {%- endif -%} - - - - - - - - - {%- for row in results['rows'] -%} - - - - - {%- endfor -%} - -
RaceDate
Race {{ row.event|trim|e }}Date {{ row.date | cleandate }}
-{%- endif %} -
- - -