Files
recipes/cookbook/templates/account/password_reset.html
2021-01-28 13:40:07 +01:00

11 lines
257 B
HTML

{% extends "base.html" %}
{% load crispy_forms_filters %}
{% load i18n %}
{% block title %}{% trans 'Password Reset' %}{% endblock %}
{% block content %}
<span>{% trans 'Password reset is not implemented for the time being!' %}</span>
{% endblock %}