mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Small formatting fix
This commit is contained in:
parent
da4a847826
commit
61be823185
1 changed files with 3 additions and 1 deletions
|
@ -32,9 +32,11 @@
|
|||
{{ csrf.field | raw }}
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" class="form-control" placeholder="yourdomain.com" name="domain_name" required="required" autocapitalize="none">
|
||||
<input type="text" class="form-control" placeholder="Allocation token" name="token" autocapitalize="none">
|
||||
<button type="submit" class="btn btn-primary">{{ __('Check Availability') }}</button>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<input type="text" class="form-control" placeholder="Allocation token" name="token" autocapitalize="none">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-check">
|
||||
<input class="form-check-input" type="checkbox" name="claims">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue