Much progress

This commit is contained in:
Simon Brooke 2018-06-29 18:39:08 +01:00
parent 4e296537c4
commit 635d1830d3
42 changed files with 105 additions and 95 deletions

View file

@ -3,9 +3,6 @@
{{ user }}
{% endblock %}
{% block big-links %}
<div class="big-link-container">
<a href="app" class="big-link" id="big-link">Canvasser</a>
</div>
{% for role in roles %}
<div class="big-link-container">
<a href="{{role.name|lower}}" class="big-link" id="big-link">{{role.name}}</a>