Fix indentation for the "Mark as normal" button in the normal toggle template
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user