Fix database and add some view

This commit is contained in:
2016-12-05 23:49:13 +01:00
parent d685e9ba29
commit 135fa00e25
7 changed files with 92 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
{% block content %}
{% for el in object_list %}
{% if el.is_active %}
<p>{{el}}</p>
<p><a href="{{ url('election:detail', election_id=el.id) }}">{{el}}</a></p>
{% endif %}
{% endfor %}
{% endblock %}