From 5c7ee7f4bd0f984af70ca9439dae23d5e4178c94 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Tue, 15 Nov 2016 16:46:34 -0300 Subject: [PATCH] Translation updated [Issue:#398] --- core/templates/register_user.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 64677a5..6f8bdb1 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -7,7 +7,7 @@ {% endblock %} {% block sidebar %} - + {% endblock sidebar %} @@ -47,7 +47,7 @@
{% if field.auto_id == 'id_birth_date' %} {% render_field field class='form-control input-sm date-picker' %} - + {{ field.help_text }} {% elif field.auto_id == 'id_image' %} {% render_field field class='form-control input-sm' %} @@ -62,7 +62,7 @@ {% elif field.auto_id == 'id_curriculum' %} {% render_field field class='form-control input-sm' %}
- +
- + {% if field.errors %} {% endfor %}
- +
- +
- +
{% endblock %} -- libgit2 0.21.2