blob: 49db5b60e9afa156d52128ecf577a35c85ce596f (
plain)
1
2
3
4
5
6
7
8
|
<div id="hootform">
<form autocomplete="off">
<input type="text" name="comment" autocomplete="off" autocapitalize="off" required>
<button class="hoot"><%= hoot_text %></button>
</form>
<div class="errors"></div>
</div>
|