remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 14:03:32 -06:00
parent 1d439770f9
commit 070a1080c1
1 changed files with 3 additions and 1 deletions

View File

@ -614,7 +614,9 @@
</div>
<div class="w-full">
<textarea maxlength="10000" class="comment-box rounded border border-gray-700 border-opacity-40 bg-gray-700 bg-opacity-20 focus:bg-opacity-100 focus:bg-white hover:bg-opacity-30 shadow-inner w-full p-2" name="body" aria-label="With textarea" placeholder="Add your comment..." rows="3" onclick="location.href='/login?redirect={{request.path | urlencode}}';"></textarea>
<a href="/login?redirect={{request.path | urlencode}}" class="btn btn-gray ml-auto mt-2">Login to comment</a>
<div class="flex w-full justify-end mt-2">
<a href="/login?redirect={{request.path | urlencode}}" class="btn btn-gray">Login to comment</a>
</div>
</div>
</div>
{% endif %}