File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,22 +9,21 @@ <h1>Set telechat date<br><small>{{ doc.name }}</small></h1>
99
1010{% bootstrap_messages %}
1111
12+ {% for prompt in prompts %}
13+ < div class ="alert alert-warning "> {{ prompt }}</ div >
14+ {% endfor %}
15+
1216< form role ="form " method ="post ">
1317 {% csrf_token %}
1418 {% bootstrap_form form %}
1519
1620 {% buttons %}
17- < button type ="submit " class ="btn btn-primary "> Submit </ button >
21+ < button type ="submit " class ="btn btn-primary "> Save </ button >
1822 < a class ="btn btn-default pull-right " href ="{% url "doc_view " name=doc.name %} "> Back</ a >
1923 {% endbuttons %}
2024</ form >
2125
2226{% if prompts %}
23- {% for prompt in prompts %}
24- {# XXX FACELIFT: check what this is #}
25- < div class ="prompt "> {{prompt}}</ div >
26- }
27- {% endfor %}
2827{% endif %}
2928
3029{% endblock %}
You can’t perform that action at this time.
0 commit comments