Remove 2024
This commit is contained in:
parent
3a64e1b6a2
commit
3453001e33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue