SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0a6cb023 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Make potfel election list display conditional

parent be6946e3
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ $(document).ready(function($) {
</div>
</div>
{% if potfels_to_vote_on or potfels_voted_on %}
<div class="row">
<div class="col-12">
<h3 class="highlight">Ongoing elections</h3>
......@@ -49,6 +50,7 @@ $(document).ready(function($) {
</div>
</div>
{% endif %}
{% endif %}
<div class="row">
<div class="col-12">
......
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