From e1c946a4c06fdccfcff518632646eb058325e821 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Sat, 10 Dec 2016 22:45:43 -0300 Subject: [PATCH] Error message padronizated [Issue:#414] --- courses/templates/category/create.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/courses/templates/category/create.html b/courses/templates/category/create.html index 26b9c87..767e7ee 100644 --- a/courses/templates/category/create.html +++ b/courses/templates/category/create.html @@ -27,13 +27,11 @@ {% render_field field class='form-control' %} {% if field.errors%} - + {% for error in field.errors %} + + {% endfor %} {% endif %} {% endfor %} -- libgit2 0.21.2