signup captcha support + privacy/terms support

This commit is contained in:
vabene1111
2021-06-05 16:40:28 +02:00
parent a970f0c00e
commit fd7e20a46b
8 changed files with 94 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
{% include "account/snippets/already_logged_in.html" %}
{% endif %}
{% if settings.EMAIL_HOST != '' %}
{% if EMAIL_ENABLED %}
<p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}</p>
<form method="POST" action="{% url 'account_reset_password' %}" class="password_reset">