Fix button formatting for adding to collection in case display block
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user