From 1a7e98a629ccc244b047a6e4858e87bb170047ae Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 7 Aug 2017 15:21:58 +1000 Subject: Git repo links more accessible --- project/templates/stvcount.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'project/templates/stvcount.html') diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html index c2533fb..bdc6933 100644 --- a/project/templates/stvcount.html +++ b/project/templates/stvcount.html @@ -16,6 +16,9 @@ {% block content %}

Single Transferable Vote Counter

+ +

Git repository: Link

+
19/2/2017

To give an incredibly brief summary of the candidates with the highest vote totals at that point are considered elected. -

My implementation (source here) also includes My implementation also includes bulk exclusions using applied breakpoints in order to increase speed slightly and minimise superfluous logging.

-- cgit