working with UI library now
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
<label class="label"><span class="label-text">{{ t(key="booking-name", lang=lang) }}</span></label>
|
||||
<input name="name" value="{{ name }}" required class="input input-bordered w-full">
|
||||
</div>
|
||||
<div class="form-control">
|
||||
<label class="label"><span class="label-text">{{ t(key="booking-title", lang=lang) }}</span></label>
|
||||
<input name="title" value="{{ title }}" class="input input-bordered w-full">
|
||||
</div>
|
||||
<div class="form-control">
|
||||
<label class="label"><span class="label-text">{{ t(key="booking-contact", lang=lang) }}</span></label>
|
||||
<input name="contact" value="{{ contact }}" class="input input-bordered w-full">
|
||||
|
||||
Reference in New Issue
Block a user