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 %}
- +
- {% trans 'Cancel' %} + {% trans 'Cancel' %}
- +
- +
{% endblock %} -- libgit2 0.21.2