mirror of https://github.com/itflow-org/itflow
Tidying
This commit is contained in:
parent
9491643a4b
commit
91c01d2cdb
|
|
@ -41,7 +41,7 @@ if (isset($_GET['calendar_id'])) {
|
|||
<button type="button" class="btn btn-link btn-sm float-right" data-toggle="modal" data-target="#editCalendarModal<?php echo $calendar_id; ?>"><i class="fas fa-fw fa-pencil-alt text-secondary"></i></button>
|
||||
</div>
|
||||
<?php
|
||||
require "calendar_edit_modal.php";
|
||||
require "calendar_edit_modal.php";
|
||||
}
|
||||
?>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue