Translate string
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Jannis Portmann 2023-09-15 11:41:53 +02:00
parent 68d3571b4f
commit e447db216e

View file

@ -25,7 +25,7 @@
<a href="{% url 'password_reset' %}">{% trans "Forgot password?" %}</a>
</p>
<hr>
<h2>Need an account?</h2>
<h2>{% trans "Need an account?" %}</h2>
<a href="{% url 'register_user' %}"
class="btn btn-pfl-secondary me-1"
type="button">{% trans "Register" %}</a>