remove redundant message

This commit is contained in:
Markos Gogoulos
2025-02-10 22:25:24 +02:00
parent 23e48a8bb7
commit a6a2b50c8d

View File

@ -140,7 +140,6 @@
{% csrf_token %}
{{ form.as_p }}
<input type="hidden" name="next" value="{{ redirect_url }}" />
<a class="button secondaryAction" href="{% url 'account_reset_password' %}">Forgot Password?</a>
<button class="primaryAction" type="submit">Sign In</button>
</form>