improve password reset wording

This commit is contained in:
Ross
2024-01-23 11:26:03 +00:00
parent 2427998bd9
commit 82e3e0618d
@@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% block title %}Forgot Your Password?{% endblock %}
{% block title %}Need a Password?{% endblock %}
{% block content %}
<h1>Forgot your password?</h1>
<h1>Need a password?</h1>
<p>Enter your email address below, and we'll email instructions for setting a new one.</p>
<form method="POST">