diff options
Diffstat (limited to 'views/partials/hootbox.ejs')
| -rw-r--r-- | views/partials/hootbox.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs index c65d264..872ca68 100644 --- a/views/partials/hootbox.ejs +++ b/views/partials/hootbox.ejs @@ -1,6 +1,6 @@ <div class="bluebox" id="hootbox"> <form> - <input type="text" name="hoot"> + <input type="text" name="comment"> <button><%= hoot_text %></button> </form> <table id="hoots"> |
