Skip to content

Commit

Permalink
fix pannello edit delle date sul calendario. closes #273
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Apr 24, 2024
1 parent 05f927e commit 28f718d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/resources/views/dates/edit.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<x-larastrap::form :obj="$date" classes="main-form date-editor" method="PUT" :action="route('dates.update', $date->id)">
<x-larastrap::mform :obj="$date" classes="date-editor" method="PUT" :action="route('dates.update', $date->id)">
<div class="row">
<div class="col-6">
<x-larastrap::textarea name="description" :label="_i('Contenuto')" required />
<x-larastrap::datepicker name="date" :label="_i('Data')" required />
</div>
</div>
</x-larastrap::form>
</x-larastrap::mform>

@stack('postponed')

0 comments on commit 28f718d

Please sign in to comment.