diff --git a/templates/blocks/profile/b_profile.html b/templates/blocks/profile/b_profile.html index 28863d1..6233339 100644 --- a/templates/blocks/profile/b_profile.html +++ b/templates/blocks/profile/b_profile.html @@ -26,26 +26,32 @@
+ {% if profileForm.errors.firstname %}
{{ profileForm.errors.firstname }}
{% endif %}
+ {% if profileForm.errors.lastname %}
{{ profileForm.errors.lastname }}
{% endif %}
+ {% if profileForm.errors.tel %}
{{ profileForm.errors.tel }}
{% endif %}
+ {% if profileForm.errors.email %}
{{ profileForm.errors.email }}
{% endif %}
+ {% if profileForm.errors.country %}
{{ profileForm.errors.country }}
{% endif %}
+ {% if profileForm.errors.city %}
{{ profileForm.errors.city }}
{% endif %}
diff --git a/templates/tb_base.html b/templates/tb_base.html index 3174b04..ae37c57 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -5,7 +5,7 @@ - + Title