Skip to content
Snippets Groups Projects
Commit ed351f4b authored by Ben Adida's avatar Ben Adida Committed by GitHub
Browse files

remove link while figuring out error

parent c4787318
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voter ...@@ -143,7 +143,7 @@ Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voter
{% if election.use_voter_aliases %} {% if election.use_voter_aliases %}
<td>{{voter.alias}}</td> <td>{{voter.alias}}</td>
{% endif %} {% endif %}
<td><tt style="font-size: 1.4em;">{% if voter.vote_hash %}{{voter.vote_hash}} <span style="font-size:0.8em;">[<a href="{% url "shortcut-fullhash@vote" vote_hash=voter.vote_hash %}">view</a>]</span>{% else %}&mdash;{% endif %}</tt></td> <td><tt style="font-size: 1.4em;">{% if voter.vote_hash %}{{voter.vote_hash}} <span style="font-size:0.8em;"><!-- no link for now --></span>{% else %}&mdash;{% endif %}</tt></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment