diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 188953c..8f42733 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -38,13 +38,14 @@ {% csrf_token %} {% trans 'User Register' %} {% for field in form %} +
{% if field.field.required %} - + {% else %} - + {% endif %} -
+
{% if field.auto_id == 'id_birth_date' %} {% render_field field class='form-control input-sm date-picker' %} @@ -83,11 +84,12 @@
{% endif %}
+
{% endfor %} -
+
-
+ -- libgit2 0.21.2