Skip to content

Commit

Permalink
Merge pull request EGCETSII#69 from Villanueva-del-Trabuco-EGC/auth-s…
Browse files Browse the repository at this point in the history
…ocial/pabalvcar

[FIx] Arreglada vista de votaciones
  • Loading branch information
TheNeoStormZ authored Dec 17, 2022
2 parents c3c1b27 + 5006ac8 commit 4800799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decide/booth/templates/booth/votings.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<tr>
<th scope="row">{{voting.id}}</th>
<td>{{voting.name}}</td>
{% if voting.end_date == None %}
{% if voting.end_date == None and not voting.start_date == None%}
<td><a href="/booth/{{voting.id}}"><p>{% trans "booth_voting" %} {{voting.id}}</p></a></td>
{% else %}
<td><p>{% trans "closed_voting" %}</p></td>
Expand Down

0 comments on commit 4800799

Please sign in to comment.