Basic authentication views
This commit is contained in:
8
fedireads/templates/login.html
Normal file
8
fedireads/templates/login.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<form name="login" method="post">
|
||||
<input type="text" name="username"></input>
|
||||
<input type="password" name="password"></input>
|
||||
<input type="submit"></input>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user