Fix api path

This commit is contained in:
Dennis Eichhorn 2017-05-31 09:40:28 +02:00
parent 1e98ce49da
commit 44883f4f34

View File

@ -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>