X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5737916435bfeaec27dfd64af918bd8c7ae6ac0f..7be81dfc799101c3d7e646d76b07ac30fc39bf61:/forum/skins/default/templates/auth/temp_login_request.html diff --git a/forum/skins/default/templates/auth/temp_login_request.html b/forum/skins/default/templates/auth/temp_login_request.html index 70f740e..3dd5951 100644 --- a/forum/skins/default/templates/auth/temp_login_request.html +++ b/forum/skins/default/templates/auth/temp_login_request.html @@ -1,29 +1,29 @@ -{% extends "base.html" %} - -{% load i18n %} -{% block head %}{% endblock %} -{% block title %}{% spaceless %}{% trans "Request temporary login key" %}{% endspaceless %}{% endblock %} -{% block content %} -
{% trans "Account: request temporary login key" %}
-

{% blocktrans %} - If you're experiencing problems accessing your account, or if you forgot your password, - here you can request a temporary login key. Fill out your account email and we'll send you a temporary access link that - will enable you to access your account. This token is valid only once and for a limited period of time. - {% endblocktrans %}

-
- {% if form.errors %} - - {% endif %} -
- {% csrf_token %} - -
-
-
+{% extends "base.html" %} + +{% load i18n %} +{% block head %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Request temporary login key" %}{% endspaceless %}{% endblock %} +{% block content %} +
{% trans "Account: request temporary login key" %}
+

{% blocktrans %} + If you're experiencing problems accessing your account, or if you forgot your password, + here you can request a temporary login key. Fill out your account email and we'll send you a temporary access link that + will enable you to access your account. This token is valid only once and for a limited period of time. + {% endblocktrans %}

+
+ {% if form.errors %} + + {% endif %} +
+ {% csrf_token %} + +
+
+
{% endblock %} \ No newline at end of file