This commit is contained in:
Pinga 2023-11-12 17:00:52 +02:00
parent e1d5296a7f
commit 48e35409b3
2 changed files with 26 additions and 7 deletions

View file

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