forked from mirrors/easyappointments
Fixed forgotten url in book.php.
This commit is contained in:
parent
a6ab065491
commit
b8b2e5ae31
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
<div class="col-xs-12 col-sm-2">
|
||||
<form id="cancel-appointment-form" method="post"
|
||||
action="' . $this->config->item('base_url')
|
||||
. '/appointments/cancel/' . $appointment_data['hash'] . '">
|
||||
. '/index.php/appointments/cancel/' . $appointment_data['hash'] . '">
|
||||
<textarea name="cancel_reason" style="display:none"></textarea>
|
||||
<button id="cancel-appointment" class="btn btn-inverse">' .
|
||||
$this->lang->line('cancel') . '</button>
|
||||
|
|
Loading…
Reference in a new issue