HieuLsw / cocoslive

Automatically exported from code.google.com/p/cocoslive
GNU General Public License v3.0
0 stars 0 forks source link

edit game - adding a new field doesn't work #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

The form doesn't submit.

To fix it add a closing form tag to templates/game-edit.html:

...
{# Add a New Field #}
</form>
<form name="input" action="/user/edit-game" method="post">

Original issue reported on code.google.com by SamBrod...@gmail.com on 23 Oct 2011 at 11:11