diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
commit | 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch) | |
tree | f37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/stvcount.html | |
parent | 61c0c3795c2a6684c6917a79da7911de7a9c346a (diff) |
Fixed spacing issues
Diffstat (limited to 'project/templates/stvcount.html')
-rw-r--r-- | project/templates/stvcount.html | 14 |
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 -%} |