.
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
<button id="import-dicoms-case-button"
|
<button id="import-dicoms-case-button"
|
||||||
hx-post="{% url 'api-1:import_dicoms_case' case.id %}"
|
hx-post="{% url 'api-1:import_dicoms_case' case.id %}"
|
||||||
hx-target=".imported"
|
hx-target=".imported"
|
||||||
hx-indicator=".indicator"
|
{% comment %} hx-indicator=".indicator" {% endcomment %}
|
||||||
hx-include=".selected,[name='order-series']"
|
hx-include=".selected,[name='order-series']"
|
||||||
>Import into case</button>
|
>Import into case</button>
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
<button id="import-dicoms-button"
|
<button id="import-dicoms-button"
|
||||||
hx-post="{% url 'api-1:import_dicoms' %}"
|
hx-post="{% url 'api-1:import_dicoms' %}"
|
||||||
hx-target=".imported"
|
hx-target=".imported"
|
||||||
hx-indicator=".indicator"
|
{% comment %} hx-indicator=".indicator" {% endcomment %}
|
||||||
hx-include=".selected,[name='order-series']"
|
hx-include=".selected,[name='order-series']"
|
||||||
>Import</button>
|
>Import</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user