First commit
This commit is contained in:
10
templates/registration/login.html
Normal file
10
templates/registration/login.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Se connecter</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Se connecter</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user