/
home
/
obinna
/
html
/
betpair
/
betting
/
templates
/
security
/
Upload File
HOME
{% extends "base.html" %} {% block body %} <main> <form action="{% url 'user_login' %}" class="login-form" method="POST"> <p>Dont have an account? <a style="text-decoration: underline;" href="{% url 'user_register' %}">Sign up</a></p> <fieldset> <legend>Login Details</legend> <ul> <li> <label for="username">Username</label> <input type="text" name="username" id="username" autofocus> </li> <li> <label for="password">Password</label> <input type="password" name="password" id="password"> </li> <li> <input type="submit" value="Log in"> </li> </ul> </fieldset> </form> </main> {% endblock body %}