mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 01:23:22 +02:00
Fixed #58; also other minor bugs removed
This commit is contained in:
parent
0a4afa6c98
commit
dd17c0b873
8 changed files with 61 additions and 14 deletions
|
@ -24,6 +24,7 @@
|
|||
<div class="page-body">
|
||||
<div class="container-xl">
|
||||
<div class="col-12">
|
||||
{% include 'partials/flash.twig' %}
|
||||
{% if domainName is defined and crdate is defined %}
|
||||
<div class="alert alert-important alert-success alert-dismissible" role="alert">
|
||||
<div class="d-flex">
|
||||
|
@ -253,6 +254,11 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="token" class="form-label">{{ __('Allocation Token') }}</label>
|
||||
<input type="text" class="form-control" placeholder="Allocation token" name="token" autocapitalize="none">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<div class="row align-items-center">
|
||||
|
|
|
@ -63,6 +63,11 @@
|
|||
<strong>{{ __('Estimated Price') }}: </strong><span id="domainPrice">$0.00</span>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="token" class="form-label">{{ __('Allocation Token') }}</label>
|
||||
<input type="text" class="form-control" placeholder="Allocation token" name="token" autocapitalize="none">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<div class="row align-items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue