mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-31 07:49:39 +00:00
Fix database and add some view
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user