Skip to content

Commit 7377720

Browse files
committed
Style telechat setting warnings as bootstrap alerts
- Legacy-Id: 8526
1 parent a1ec3e8 commit 7377720

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

ietf/templates/doc/edit_telechat_date.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)