Summary: Fix indentation
- Legacy-Id: 8912
This commit is contained in:
parent
34dae91ab2
commit
1e556a3044
|
@ -7,14 +7,16 @@
|
|||
{% block content %}
|
||||
<h1>Change State<br><small>{{ ipr }}</small></h1>
|
||||
|
||||
{% bootstrap_messages %}
|
||||
{% bootstrap_messages %}
|
||||
|
||||
<form role="form" class="add-comment" method="post">{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
<form role="form" class="add-comment" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
{% 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>
|
||||
{% endbuttons %}
|
||||
</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>
|
||||
{% endbuttons %}
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue