Fixed #58; also other minor bugs removed

This commit is contained in:
Pinga 2023-12-31 14:46:18 +02:00
parent 0a4afa6c98
commit dd17c0b873
8 changed files with 61 additions and 14 deletions

View file

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

View file

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