Skip to content

Commit

Permalink
fix issue #2438
Browse files Browse the repository at this point in the history
  • Loading branch information
garenchan committed Jul 11, 2018
1 parent d5c4e89 commit 9b6d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/websocket/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<form action="/a/message/new" method="post" id="messageform">
<table>
<tr>
<td><input name="body" id="message" style="width:500px"></td>
<td><input type="text" name="body" id="message" style="width:500px"></td>
<td style="padding-left:5px">
<input type="submit" value="{{ _("Post") }}">
<input type="hidden" name="next" value="{{ request.path }}">
Expand Down

0 comments on commit 9b6d717

Please sign in to comment.