mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
Additional formatting in panel for IDN domains
This commit is contained in:
parent
e64cd1de7a
commit
4799d57f77
3 changed files with 17 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
{{ csrf.field | raw }}{% endif %}
|
||||
<div class="mb-3">
|
||||
<label for="domainName" class="form-label">{{ __('Domain Name') }}</label>
|
||||
<div class="form-control-plaintext">{{ domain.name }}</div><input type="hidden" name="domainName" id="domainName" value="{{ domain.name }}">
|
||||
<div class="form-control-plaintext">{{ domain.name }}</div><input type="hidden" name="domainName" id="domainName" value="{{ domain.punycode }}">
|
||||
</div>
|
||||
|
||||
{% if maxYears >= 1 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue