mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
11 lines
257 B
HTML
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 %} |