poli_planning/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_done.html

13 lines
471 B
HTML

{% extends 'base.html' %} <!-- Add this for inheritance -->
{% load i18n %}
{% block title %}{% trans "Reset password, email sent" %}{% endblock %}
{% block pagetitle %}{% trans "Reset password, email sent" %}{% endblock %}
{% block content %}
<p>
<strong>{% trans "Reset password, email sent" %}</strong>
<br />
<br />
{% blocktrans %}We've emailed you instructions for setting your password. You should receive the email shortly!{% endblocktrans %}
</p>
{% endblock %}