#63 Replacing vote expiration with vote accuarcy

This commit is contained in:
Leonhard Strohmidel
2022-09-20 09:56:23 +02:00
parent d213b51a59
commit 8597e53599
5 changed files with 57 additions and 16 deletions

View File

@@ -28,12 +28,7 @@
</div>
<div class="LP-Voting__Expiration">
<span class="LP-Voting__InfoLabel">Your vote expires on</span>
<span class="LP-Voting__Date">
<time datetime="{{voting.expires_when|date:'Y-m-d'}}">
{{voting.users_vote.expires_when|date:'d.m.Y'}}
</time>
</span>
The accuracy of the voting is {{voting.accuracy}}%
</div>
</div>
</div>