Add note about previous accounts being removed

This commit is contained in:
Ben Sturmfels 2025-02-19 14:48:55 +11:00
parent 9fc1501022
commit 034c8f0549
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -11,6 +11,7 @@
<div class="col-md-4">
<form method="POST" action="{% url "account_login" %}" autocapitalize="off" {% if form.is_multipart %} enctype="multipart/form-data"{% endif %}>
<legend>{% trans "Log in to an existing account" %}</legend>
<div class="alert alert-primary">Please note that accounts from 2024 are not transferred for privacy reasons.</div>
{% csrf_token %}
{{ form|bootstrap }}
{% if redirect_field_value %}