mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
6 lines
No EOL
379 B
Text
6 lines
No EOL
379 B
Text
<div id="comment-template" style="display: none">
|
|
<form onsubmit="new Comment({{ event_id }}, '<%= csrf_token %>').create(this); location.reload(); return false">
|
|
<input name="comment" type="text" autocomplete="off" maxlength="<%= Site::MAX_COMMENT_SIZE %>" style="width: 100%" placeholder="Comment on this...">
|
|
<button class="btn-Action">Post</button>
|
|
</form>
|
|
</div> |