diff options
Diffstat (limited to 'views/partials/hootbox.ejs')
| -rw-r--r-- | views/partials/hootbox.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs index 3856f94..38d1aa0 100644 --- a/views/partials/hootbox.ejs +++ b/views/partials/hootbox.ejs @@ -1,7 +1,8 @@ <div class="bluebox" id="hootbox"> - <form> - <input type="text" name="hoot"> + <form autocomplete="off"> + <input type="text" name="comment" autocomplete="off"> <button><%= hoot_text %></button> + <div class="errors"></div> </form> <table id="hoots"> <script class="template" type="text/html"> |
