Initial claims system setup
This commit is contained in:
13
templates/registration/login.html
Normal file
13
templates/registration/login.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "claims/base.html" %}
|
||||
|
||||
{% block title %}Logga in{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Logga in</h1>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Logga in</button>
|
||||
<input type="hidden" name="next" value="{{ next }}">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user