mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 16:21:50 +02:00
Removed dummy description field
This commit is contained in:
parent
6ba1fe92d5
commit
28acf713f2
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@
|
|||
<label for="amount" class="form-label">{{ __('Amount') }}</label>
|
||||
<input type="number" step="0.01" class="form-control" id="amount" name="amount" placeholder="{{ __('Enter deposit amount') }}" required>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="description" class="form-label">{{ __('Description') }}</label>
|
||||
<textarea class="form-control" id="description" name="description" rows="3" placeholder="{{ __('Optional deposit description') }}"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<div class="row align-items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue