Skip to content

Commit

Permalink
Merge pull request #65 from jmandel/patch-1
Browse files Browse the repository at this point in the history
Relative POST URL for password form
  • Loading branch information
miohtama committed Jan 17, 2014
2 parents 181192c + 66c6884 commit 1f7ed79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sevabot/frontend/templates/index.html
Expand Up @@ -40,7 +40,7 @@ <h3>Chat list</h3>
<p>Enter shared settings from <i>settings.py</i> file to access the bot
chat list</p>

<form action="http://{{ host }}:{{ port }}/chats/" method="POST" class="form-horizontal">
<form action="/chats/" method="POST" class="form-horizontal">

<div class="control-group">
<label class="control-label" for="secret">Shared secret</label>
Expand All @@ -56,4 +56,4 @@ <h3>Chat list</h3>
</form>

</div>
</body>
</body>

0 comments on commit 1f7ed79

Please sign in to comment.