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

{% extends "base.html" %}
{% load static %}
{% load i18n %}

{% block title %}{% trans "Password reset - Done" %}{% endblock %}

{% block css_import %}
{{block.super}}
        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" />
{% endblock %}

{% block main_content %}
<div class="register">
    <p>{% trans "Email with password reset instructions has been sent." %}</p>
</div>
{% endblock %}