mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 09:11:29 +02:00
VAT now shown
This commit is contained in:
parent
ecc6d81de1
commit
a3b16e4ab9
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue