Revert "gfgf"

This reverts commit 5c7d96660d.
This commit is contained in:
Aevann1 2021-09-03 19:03:25 +02:00
parent 6c9f4c3320
commit 80ac8b5bb4
26 changed files with 125 additions and 129 deletions

View file

@ -14,7 +14,7 @@
<h5>Vote Info</h5>
<form action="/admin/alt_votes" method="get" class="mb-6">
<label>Usernames</label>
<label for="link-input">Usernames</label>
<input id="link-input" type="text" class="form-control mb-2" name="u1" value="{{u1.username if u1 else ''}}" placeholder="User 1">
<input id="link-input" type="text" class="form-control mb-2" name="u2" value="{{u2.username if u2 else ''}}" placeholder="User 2">
<input type="submit" value="Submit" class="btn btn-primary">