VAT now shown

This commit is contained in:
Pinga 2023-12-17 09:14:35 +02:00
parent ecc6d81de1
commit a3b16e4ab9
2 changed files with 18 additions and 0 deletions

View file

@ -37,6 +37,12 @@
<small class="form-hint">The official name of the organization operating the registry.</small>
</div>
<div class="mb-3">
<label for="registryOperatorVat" class="form-label required">Registry VAT/Company Number</label>
<input type="text" class="form-control" id="registryOperatorVat" name="registryOperatorVat" placeholder="Enter registry operator's VAT number" value="{{ vat_number }}" required>
<small class="form-hint">Enter the VAT number of the organization operating the registry, or company number if VAT is unavailable.</small>
</div>
<div class="mb-3">
<label for="contactAddress" class="form-label required">Contact Address</label>
<input type="text" class="form-control" id="contactAddress" name="contactAddress" placeholder="Enter contact address" value="{{ address }}" required>