Files
admin-tea 9bf877f169
ci-tests/python-test/pipeline/head This commit looks good
updated the file and adding jenkinsfile
2021-02-02 10:43:26 +02:00

11 lines
306 B
HTML

{% extends "base_generic.html" %}
{% block content %}
<form action="" method="post">{% csrf_token %}
{% if form.email.errors %}{{ form.email.errors }}{% endif %}
<p>{{ form.email }}</p>
<input type="submit" class='btn btn-default btn-lg' value="Reset password" />
</form>
{% endblock %}