Fix indentation for the "Mark as normal" button in the normal toggle template
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% if can_mark_normal %}
|
{% if can_mark_normal %}
|
||||||
<button class="btn btn-sm btn-outline-primary"
|
<button class="btn btn-sm btn-outline-primary"
|
||||||
hx-get="{% url 'atlas:case_normal_form' case.pk %}"
|
hx-get="{% url 'atlas:case_normal_form' case.pk %}"
|
||||||
hx-target="body"
|
hx-target="body"
|
||||||
hx-swap="beforeend">
|
hx-swap="beforeend">
|
||||||
Mark as normal
|
Mark as normal
|
||||||
</button>
|
</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user