summaryrefslogtreecommitdiff
path: root/project/templates/stvcount.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/stvcount.html')
-rw-r--r--project/templates/stvcount.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html
index e06bfb1..8d4c3ae 100644
--- a/project/templates/stvcount.html
+++ b/project/templates/stvcount.html
@@ -1,20 +1,19 @@
-{% extends "base.html" %}
+{%- extends "base.html" -%}
-{% block title %}Single Transferable Vote Counter{% endblock %}
+{%- block title -%}Single Transferable Vote Counter{%- endblock -%}
-{% block style %}
+{%- block style %}
<link href="/css/stvcount.css" rel="stylesheet" />
-{% endblock %}
+{% endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>Single Transferable Vote Counter</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/stv-count">Link</a></p>
@@ -300,7 +299,6 @@ legislation. Meaning that yes, the Liberal/National government would definitely
with a normal election.</p>
<p>Nice job screwing over your own party, Malcolm.</p>
-
-{% endblock %}
+{% endblock -%}