mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-15 01:08:40 +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">
|
<section class="box wf-100">
|
||||||
<header><h1><?= $event->getName(); ?></h1></header>
|
<header><h1><?= $event->getName(); ?></h1></header>
|
||||||
<div class="inner">
|
<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">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2"><label for="iName"><?= $this->getText('Name'); ?></label>
|
<tr><td colspan="2"><label for="iName"><?= $this->getText('Name'); ?></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user