Skip to content
Snippets Groups Projects
Commit 3d03194f authored by Oliver Davies's avatar Oliver Davies
Browse files

Added d.o username for each candidate

parent 121916a8
No related branches found
No related tags found
No related merge requests found
......@@ -107,5 +107,5 @@ function bluecheese_election_candidate_ballot_item($variables) {
$full_name = theme('election_candidate_full_name', array('candidate' => $candidate));
$link = l($picture . $full_name, election_candidate_uri_path($candidate), array('html' => TRUE));
return '<span class="election-candidate-ballot-item">' . $link . '</span>';
return '<span class="election-candidate-ballot-item">' . $link . ' <span class="username">(' . format_username($account) .')</span></span>';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment