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 @@ ...@@ -28,6 +28,7 @@
<div class="alert alert-info" role="alert"> <div class="alert alert-info" role="alert">
<h4 class="alert-heading">Voting Ended:</h4> <h4 class="alert-heading">Voting Ended:</h4>
<hr> <hr>
<div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table></div>
</div> </div>
{% elif not electon.started and not election.is_open and not election.closed %} {% elif not electon.started and not election.is_open and not election.closed %}
<a class="btn btn-outline-dark disabled" role="button" href="#"> <a class="btn btn-outline-dark disabled" role="button" href="#">
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<div class="alert alert-info" role="alert"> <div class="alert alert-info" role="alert">
<h4 class="alert-heading">Election result:</h4> <h4 class="alert-heading">Election result:</h4>
<hr> <hr>
<div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
...@@ -35,7 +36,7 @@ ...@@ -35,7 +36,7 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table></div>
</div> </div>
{% elif not election.is_open and not election.closed %} {% elif not election.is_open and not election.closed %}
<a class="btn btn-outline-dark disabled" role="button" href="#"> <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