Skip to content
Snippets Groups Projects
Commit 65a94142 authored by Tobias Jülg's avatar Tobias Jülg
Browse files

Fixes issue #38

parent 819b0d08
No related branches found
No related tags found
1 merge request!44Fixes issue #38
Pipeline #1527 passed with warnings
......@@ -28,6 +28,7 @@
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">Voting Ended:</h4>
<hr>
<div class="table-responsive">
<table class="table table-striped">
<thead class="thead-dark">
<tr>
......@@ -49,7 +50,7 @@
</tr>
{% endfor %}
</tbody>
</table>
</table></div>
</div>
{% elif not electon.started and not election.is_open and not election.closed %}
<a class="btn btn-outline-dark disabled" role="button" href="#">
......
......@@ -14,6 +14,7 @@
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">Election result:</h4>
<hr>
<div class="table-responsive">
<table class="table table-striped">
<thead class="thead-dark">
<tr>
......@@ -35,7 +36,7 @@
</tr>
{% endfor %}
</tbody>
</table>
</table></div>
</div>
{% elif not election.is_open and not election.closed %}
<a class="btn btn-outline-dark disabled" role="button" href="#">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment