Skip to content

Commit 1e556a3

Browse files
committed
Summary: Fix indentation
- Legacy-Id: 8912
1 parent 34dae91 commit 1e556a3

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

ietf/templates/ipr/state.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
{% block content %}
88
<h1>Change State<br><small>{{ ipr }}</small></h1>
99

10-
{% bootstrap_messages %}
10+
{% bootstrap_messages %}
1111

12-
<form role="form" class="add-comment" method="post">{% csrf_token %}
13-
{% bootstrap_form form %}
12+
<form role="form" class="add-comment" method="post">
13+
{% csrf_token %}
1414

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>
15+
{% bootstrap_form form %}
16+
17+
{% buttons %}
18+
<button type="submit" class="btn btn-primary">Save</button>
19+
<a class="btn btn-default pull-right" href="{% url "ipr_show" id=ipr.id %}">Back</a>
20+
{% endbuttons %}
21+
</form>
2022
{% endblock %}

0 commit comments

Comments
 (0)