Fix button formatting for adding to collection in case display block

This commit is contained in:
Ross
2026-02-02 12:09:37 +00:00
parent 953295cc4d
commit 7342b11b27
@@ -448,8 +448,8 @@
{% if can_edit %}
<button class="btn btn-sm btn-primary"
hx-get="{% url 'atlas:case_collection_form' case.pk %}"
hx-target="#collection-form">
hx-get="{% url 'atlas:case_collection_form' case.pk %}"
hx-target="#collection-form">
Add to collection</button>
{% endif %}
<div id="collection-form"></div>