forms forms forms
This commit is contained in:
parent
3d09d355eb
commit
789b9a1dc0
13 changed files with 71 additions and 100 deletions
|
@ -3,13 +3,7 @@
|
|||
<div id="content">
|
||||
<div>
|
||||
<form name="login" method="post">
|
||||
<label for="username">Username:
|
||||
<input type="text" name="username"></input>
|
||||
</label>
|
||||
|
||||
<label for="password">Password:
|
||||
<input type="password" name="password"></input>
|
||||
</label>
|
||||
{{ login_form.as_p }}
|
||||
<button type="submit">Log in</button>
|
||||
</form>
|
||||
<a href="/register/">Create a new account</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue