diff --git a/articles/static/index.css b/articles/static/index.css index e33614a..170f448 100644 --- a/articles/static/index.css +++ b/articles/static/index.css @@ -70,4 +70,8 @@ form { .text { min-height: 500px; +} + +.error { + color: red; } \ No newline at end of file diff --git a/articles/templates/new_article.html b/articles/templates/new_article.html index c701554..3d7daaf 100644 --- a/articles/templates/new_article.html +++ b/articles/templates/new_article.html @@ -20,7 +20,9 @@ - {{ form.errors }} +