master
kek7198 2021-12-07 18:15:41 -06:00
parent 07f8436de8
commit b949596af2
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@
</small> </small>
</div> </div>
<form action="votes" method="get" class="ml-auto flex items-center"> <form action="votes" method="get" class="ml-auto flex items-center">
<label for="link-input">Paste permalink</label> <input id="link-input" type="text" class="form-input" name="link" placeholder="Enter post url" value="{{thing.permalink if thing else ''}}">
<input id="link-input" type="text" class="form-input" name="link" value="{{thing.permalink if thing else ''}}">
<input type="submit" value="See votes" class="ml-2 btn btn-gray"> <input type="submit" value="See votes" class="ml-2 btn btn-gray">
</form> </form>
</div> </div>