From 23657dc5c97f35e98aac49cb6e24e30d5ab38e06 Mon Sep 17 00:00:00 2001
From: Josh Berkus
Date: Wed, 6 Oct 2021 16:51:10 -0700
Subject: [PATCH] Tinker with text alignment.
Signed-off-by: Josh Berkus
---
elekto/templates/views/elections/candidate.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elekto/templates/views/elections/candidate.html b/elekto/templates/views/elections/candidate.html
index d38d6c9..f2763db 100644
--- a/elekto/templates/views/elections/candidate.html
+++ b/elekto/templates/views/elections/candidate.html
@@ -22,7 +22,7 @@
{{ candidate['ID'] }} | Running for {{ election['name'] }}
{% for fieldname, info in candidate['fields'].items() %}
-
+
{{ fieldname }} | {{ info }}
{% endfor %}