Fixes for domain create

This commit is contained in:
Pinga 2023-11-12 21:10:54 +02:00
parent ac410e96de
commit b7a5f668ef
2 changed files with 81 additions and 39 deletions

View file

@ -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">