Add new template hook: "template:project-permission:after-adduser"

This commit is contained in:
av-ipunkt 2019-10-26 04:55:27 +02:00 committed by Frédéric Guillot
parent f97862df9a
commit 0f1f24c3f9
1 changed files with 1 additions and 0 deletions

View File

@ -56,4 +56,5 @@
<button type="submit" class="btn btn-blue"><?= t('Add') ?></button>
</form>
</div>
<?= $this->hook->render('template:project-permission:after-adduser'), array($project, $values, $errors) ?>
<?php endif ?>