X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5737916435bfeaec27dfd64af918bd8c7ae6ac0f..2c3ba81e19fd6d84ab208ad90a48fd81e4780c29:/forum/skins/default/templates/auth/complete.html diff --git a/forum/skins/default/templates/auth/complete.html b/forum/skins/default/templates/auth/complete.html index 79f10dc..1c327bf 100644 --- a/forum/skins/default/templates/auth/complete.html +++ b/forum/skins/default/templates/auth/complete.html @@ -50,6 +50,13 @@ {% endif %} {{ form1.email }} +
+ + {% if form1.real_name.errors %} +

{{ form1.real_name.errors|join:", " }}

+ {% endif %} + {{ form1.real_name }} +
{% if form1.password1 %}