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 |
@ -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 %}
|
||||
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