Client option in Create Job page

This commit is contained in:
Flatlogic Bot 2026-01-22 08:52:03 +00:00
parent 9bd07a9e66
commit cedb637763
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -16,6 +16,12 @@
{{ form.job_ref }}
{% if form.job_ref.errors %}<div class="text-danger small mt-1">{{ form.job_ref.errors.0 }}</div>{% endif %}
</div>
<div class="col-md-6">
<label class="form-label fw-medium">Client *</label>
{{ form.client }}
{% if form.client.errors %}<div class="text-danger small mt-1">{{ form.client.errors.0 }}</div>{% endif %}
</div>
{% if company.is_uprn_required %}
<div class="col-md-6">
@ -83,4 +89,4 @@
</div>
</div>
</div>
{% endblock %}
{% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB