From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber
Date: Wed, 24 Nov 2021 08:24:10 +1300
Subject: Fixed spacing issues
---
project/templates/stvcount.html | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
(limited to 'project/templates/stvcount.html')
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 %}
-{% endblock %}
+{% endblock -%}
-{% block content %}
-
+{%- block content %}
Single Transferable Vote Counter
Git repository: Link
@@ -300,7 +299,6 @@ legislation. Meaning that yes, the Liberal/National government would definitely
with a normal election.
Nice job screwing over your own party, Malcolm.
-
-{% endblock %}
+{% endblock -%}
--
cgit