remove redundant message

This commit is contained in:
Markos Gogoulos 2025-02-10 22:24:42 +02:00
parent 313cd9cbc6
commit 23e48a8bb7

View File

@ -17,7 +17,6 @@
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" />
{% endif %}
<button class="primaryAction" type="submit">Sign In</button>
<a class="button secondaryAction" href="{% url 'account_reset_password' %}">Forgot Password?</a>
</form>
</div>