add: login
This commit is contained in:
8
django/trancendence/accounts/templates/login.html
Normal file
8
django/trancendence/accounts/templates/login.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<form method='post'>
|
||||
{% csrf_token %}
|
||||
<input type="text" name="username" placeholder="username">
|
||||
<input type="text" name="password" placeholder="password">
|
||||
<input type='submit'>
|
||||
</form>
|
||||
</html>
|
Reference in New Issue
Block a user