Update templates

This commit is contained in:
Livvy Mackintosh
2017-10-09 20:23:03 +01:00
parent c0f7107517
commit 8c38748347
17 changed files with 104 additions and 35 deletions

View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Email with password reset instructions has been sent." %}</p>
{% endblock %}