mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-25 15:28:41 +00:00
Fix api path
This commit is contained in:
parent
1e98ce49da
commit
44883f4f34
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<section class="box wf-100">
|
||||
<header><h1><?= $event->getName(); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form id="fEvent" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/eventmanagement?{?}&csrf={$CSRF}'); ?>">
|
||||
<form id="fEvent" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/eventmanagement?{?}&csrf={$CSRF}'); ?>">
|
||||
<table class="layout wf-100">
|
||||
<tbody>
|
||||
<tr><td colspan="2"><label for="iName"><?= $this->getText('Name'); ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user