From 10b14d8ab3c1e20680b21c39f9116782f9d5d367 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Nov 19 2019 09:07:47 +0000 Subject: Clarify that the names are clickable links Fixes #55 --- diff --git a/fedora_elections/templates/about.html b/fedora_elections/templates/about.html index b87fea8..8a2e1de 100644 --- a/fedora_elections/templates/about.html +++ b/fedora_elections/templates/about.html @@ -68,12 +68,13 @@

Candidates

{% for candidate in election.candidates %} - + {% if election.candidates_are_fasusers %} {{ usernamemap['%s' % candidate.id] }} {% else %} {{ candidate.name }} {% endif %} + {% if candidate.url %}(click for more info){% endif %} {% endfor %} {% if election.candidates.count() == 0 %}