mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Fixes for domain create
This commit is contained in:
parent
ac410e96de
commit
b7a5f668ef
2 changed files with 81 additions and 39 deletions
|
@ -58,7 +58,7 @@
|
|||
<input type="text" class="form-control mb-2" placeholder="example.com" name="domainName" id="domainName" required="required">
|
||||
</div>
|
||||
|
||||
{% if registrars %}
|
||||
{% if registrars and not registrar %}
|
||||
<div class="form-group mb-3">
|
||||
<label for="registrarDropdown" class="form-label required">{{ __('Select Registrar') }}:</label>
|
||||
<select id="registrarDropdown" name="registrar" class="form-control">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue