Remove 2024

This commit is contained in:
Ben Sturmfels 2026-03-20 16:32:06 +11:00
parent 3a64e1b6a2
commit 3453001e33
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -11,7 +11,7 @@
<div class="col-md-4"> <div class="col-md-4">
<form method="POST" action="{% url "account_login" %}" autocapitalize="off" {% if form.is_multipart %} enctype="multipart/form-data"{% endif %}> <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> <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> <div class="alert alert-primary">Please note that accounts from previous years are not transferred for privacy reasons.</div>
{% csrf_token %} {% csrf_token %}
{{ form|bootstrap }} {{ form|bootstrap }}
{% if redirect_field_value %} {% if redirect_field_value %}