From 314c7fc9591d0ca9a26c09f7006aef3f76bbe64c Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 13 Mar 2018 10:44:02 +0300 Subject: [PATCH] LIL-291. Add messages to author request form --- apps/user/templates/user/become-author.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/user/templates/user/become-author.html b/apps/user/templates/user/become-author.html index bc08345c..383b81ab 100644 --- a/apps/user/templates/user/become-author.html +++ b/apps/user/templates/user/become-author.html @@ -1,4 +1,12 @@ -{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} +{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} {% if messages %} +
+
+ {% for message in messages %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %}
{% csrf_token %}