diff --git a/indigo_app/templates/indigo_api/_work_commencement_form.html b/indigo_app/templates/indigo_api/_work_commencement_form.html index f5ba5be87..c7bce77fa 100644 --- a/indigo_app/templates/indigo_api/_work_commencement_form.html +++ b/indigo_app/templates/indigo_api/_work_commencement_form.html @@ -2,7 +2,7 @@
-
+
{% if commencing_work %}
@@ -15,33 +15,32 @@
{% url 'work_form_commencement' place.place_code as edit_url %} + class="btn btn-outline-primary" + type="button" + hx-get="{% url 'place_work_chooser' place.place_code %}?submit={{ edit_url|urlencode }}&target={{ "#work-form-commencing-work"|urlencode }}&field=work-commencing_work" + hx-target="#work-commencing-work-modal" + hx-trigger="click" + data-toggle="modal" + data-target="#work-commencing-work-modal" + >{% trans 'Choose commencing work' %} {% if commencing_work %} {% endif %}
- -
{% trans 'The work that gives the commencement date of this work.' %}
+
{% trans 'The work that brings this work into force.' %}