diff --git a/closedverse_main/templates/closedverse_main/forgot_page.html b/closedverse_main/templates/closedverse_main/forgot_page.html index ab33dd3..57b23bd 100644 --- a/closedverse_main/templates/closedverse_main/forgot_page.html +++ b/closedverse_main/templates/closedverse_main/forgot_page.html @@ -6,7 +6,7 @@

{{ title }}

{% if reset_supported %} -

If you've forgotten your password or need to reset it for some reason, you've come to the right place.
Yes, this works.

+

If you've forgotten your password or need to reset it for some reason, you've come to the right place.

{% csrf_token %}

@@ -16,8 +16,8 @@

Notice: Your user ID is used to log in, and is sometimes referred to as a username. It is below your nickname in most cases, please make sure you are using your user ID and your password.

{% else %} -

Password resets are not enabled on this instance of {{ brand_name }}. -

To remedy this, tell the owner of the service to set up an SMTP server and specify it in their {{ brand_name }} configuration.

+

Password resets are not enabled on {{ brand_name }}. +

To remedy this, tell the owner of the service to set up an SMTP server and specify it in their Cedar-Django configuration.


{% endif %}