We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dae91 commit 1e556a3Copy full SHA for 1e556a3
1 file changed
ietf/templates/ipr/state.html
@@ -7,14 +7,16 @@
7
{% block content %}
8
<h1>Change State<br><small>{{ ipr }}</small></h1>
9
10
-{% bootstrap_messages %}
+ {% bootstrap_messages %}
11
12
-<form role="form" class="add-comment" method="post">{% csrf_token %}
13
- {% bootstrap_form form %}
+ <form role="form" class="add-comment" method="post">
+ {% csrf_token %}
14
15
- {% buttons %}
16
- <button type="submit" class="btn btn-primary">Save</button>
17
- <a class="btn btn-default pull-right" href="{% url "ipr_show" id=ipr.id %}">Back</a>
18
- {% endbuttons %}
19
-</form>
+ {% bootstrap_form form %}
+
+ {% buttons %}
+ <button type="submit" class="btn btn-primary">Save</button>
+ <a class="btn btn-default pull-right" href="{% url "ipr_show" id=ipr.id %}">Back</a>
20
+ {% endbuttons %}
21
+ </form>
22
{% endblock %}
0 commit comments