#30: More progress, not finished.
This commit is contained in:
parent
5b35b5bc18
commit
e782560d40
12 changed files with 73 additions and 157 deletions
|
|
@ -9,10 +9,11 @@
|
|||
We're not going to do login in the long term; we're going to use oauth.
|
||||
This is a temporary login form.
|
||||
</p>
|
||||
<form action="login" method="post">
|
||||
<form action="auth" method="post">
|
||||
{% csrf-field %}
|
||||
<p class="widget">
|
||||
<label for="name">Username</label>
|
||||
<input type="text" id="name" name="name"/>
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" name="username"/>
|
||||
</p>
|
||||
<p class="widget">
|
||||
<label for="password">Your post-code</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue