Fix indentation for the "Mark as normal" button in the normal toggle template

This commit is contained in:
Ross
2025-11-13 22:09:05 +00:00
parent 5ac998454b
commit f8be1918f6
@@ -16,9 +16,9 @@
{% else %}
{% if can_mark_normal %}
<button class="btn btn-sm btn-outline-primary"
hx-get="{% url 'atlas:case_normal_form' case.pk %}"
hx-target="body"
hx-swap="beforeend">
hx-get="{% url 'atlas:case_normal_form' case.pk %}"
hx-target="body"
hx-swap="beforeend">
Mark as normal
</button>
{% else %}