From 73777209eb2848acfda00bc7bbfe91cd8d6621be Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 31 Oct 2014 17:07:47 +0000 Subject: [PATCH] Style telechat setting warnings as bootstrap alerts - Legacy-Id: 8526 --- ietf/templates/doc/edit_telechat_date.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ietf/templates/doc/edit_telechat_date.html b/ietf/templates/doc/edit_telechat_date.html index fce2d912b..912d0d460 100644 --- a/ietf/templates/doc/edit_telechat_date.html +++ b/ietf/templates/doc/edit_telechat_date.html @@ -9,22 +9,21 @@ {% bootstrap_messages %} +{% for prompt in prompts %} +
{{ prompt }}
+{% endfor %} +
{% csrf_token %} {% bootstrap_form form %} {% buttons %} - + Back {% endbuttons %}
{% if prompts %} - {% for prompt in prompts %} - {# XXX FACELIFT: check what this is #} -
{{prompt}}
- } - {% endfor %} {% endif %} {% endblock %}