v2.1-enterprise
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}Glemt kodeord{% endblock %}
|
||||
{% block content %}
|
||||
<div class="card narrow">
|
||||
<h1>Glemt kodeord</h1>
|
||||
<form method="post" class="form-grid">
|
||||
<label>Brugernavn eller e-mail<input type="text" name="identity" required></label>
|
||||
<button type="submit">Send reset-link</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user