src/hdalab/templates/registration/password_reset_done.html
author ymh <ymh.work@gmail.com>
Mon, 19 Oct 2015 14:21:51 +0200
changeset 659 a1ee9f6c19e5
parent 384 83adb3fd0efd
permissions -rw-r--r--
Added tag V03.00.04 for changeset 53a4b4b80456
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
335
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
     1
{% extends "base.html" %}
384
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     2
{% load static %}
335
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
     3
{% load i18n %}
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
     4
384
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     5
{% block title %}{% trans "Password reset - Done" %}{% endblock %}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     6
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     7
{% block css_import %}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     8
{{block.super}}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
     9
        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" />
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
    10
{% endblock %}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents: 335
diff changeset
    11
335
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
    12
{% block main_content %}
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
    13
<div class="register">
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
    14
    <p>{% trans "Email with password reset instructions has been sent." %}</p>
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
    15
</div>
51225e522007 little changes and auth templates in hdalab base
cavaliet
parents:
diff changeset
    16
{% endblock %}