mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
Sunrise SMD updates
This commit is contained in:
parent
27246ff77a
commit
72b0180f3f
5 changed files with 102 additions and 45 deletions
|
@ -36,7 +36,7 @@
|
|||
{% include 'partials/flash.twig' %}
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form id="domainCreateForm" action="/application/create" method="post">
|
||||
<form id="domainCreateForm" action="/application/create" method="post" enctype="multipart/form-data">
|
||||
{{ csrf.field | raw }}
|
||||
|
||||
<div class="row mb-2">
|
||||
|
@ -195,7 +195,7 @@
|
|||
<div class="col-md-6">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">{{ __('Signed Mark Information') }}</label>
|
||||
<textarea class="form-control" data-bs-toggle="autosize" name="smd" placeholder="{{ __('Paste SMD contents') }}…"></textarea>
|
||||
<input type="file" class="form-control" name="smd" accept=".smd" />
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
{% include 'partials/flash.twig' %}
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form id="domainCreateForm" action="/domain/create" method="post">
|
||||
<form id="domainCreateForm" action="/domain/create" method="post" enctype="multipart/form-data">
|
||||
{{ csrf.field | raw }}
|
||||
|
||||
<div class="row">
|
||||
|
@ -327,7 +327,7 @@
|
|||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">{{ __('Signed Mark Information') }}</label>
|
||||
<textarea class="form-control" data-bs-toggle="autosize" name="smd" placeholder="{{ __('Paste SMD contents') }}…"></textarea>
|
||||
<input type="file" class="form-control" name="smd" accept=".smd" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue