Merge pull request #122 from ThomasRubini/recipe_edit_return
This commit is contained in:
commit
9a0e6a542f
@ -21,6 +21,11 @@ if ($O_recipe === null) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<?php
|
||||||
|
if ($O_recipe !== null) { ?>
|
||||||
|
<a href="/recipe/view/<?= $O_recipe->I_ID ?>">Retour</a>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
|
||||||
<form action="<?= $A_view["POST_URI"] ?>" method="post">
|
<form action="<?= $A_view["POST_URI"] ?>" method="post">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user