Client option in Create Job page
This commit is contained in:
parent
9bd07a9e66
commit
cedb637763
BIN
assets/pasted-20260122-083945-239ca6c5.png
Normal file
BIN
assets/pasted-20260122-083945-239ca6c5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@ -17,6 +17,12 @@
|
|||||||
{% if form.job_ref.errors %}<div class="text-danger small mt-1">{{ form.job_ref.errors.0 }}</div>{% endif %}
|
{% if form.job_ref.errors %}<div class="text-danger small mt-1">{{ form.job_ref.errors.0 }}</div>{% endif %}
|
||||||
</div>
|
</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 %}
|
{% if company.is_uprn_required %}
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label fw-medium">UPRN *</label>
|
<label class="form-label fw-medium">UPRN *</label>
|
||||||
|
|||||||
BIN
staticfiles/pasted-20260122-083945-239ca6c5.png
Normal file
BIN
staticfiles/pasted-20260122-083945-239ca6c5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Loading…
x
Reference in New Issue
Block a user