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