mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Can now add candidature
This commit is contained in:
@ -54,7 +54,9 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endif %}
|
||||
<form>{{candidate_form}}</form>
|
||||
<form action="{{url('election:candidate', election_id=object.id)}}" method="post">{{candidate_form}}
|
||||
{% csrf_token %}
|
||||
</form>
|
||||
{% if object.is_candidature_active -%}
|
||||
candidature
|
||||
{% endif -%}
|
||||
|
Reference in New Issue
Block a user