diff options
Diffstat (limited to 'src/templates/edit.php')
| -rw-r--r-- | src/templates/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/edit.php b/src/templates/edit.php index 5318c2c..639ce27 100644 --- a/src/templates/edit.php +++ b/src/templates/edit.php @@ -12,7 +12,7 @@ <h1>Bookmarks</h1> <h2>Edit</h2> <a href="/">Back</a> - <form action="/update" method="POST"> + <form action="/update/" method="POST"> <input type="hidden" name="id" value="<?= $bookmark->id; ?>"/> <?php require_once('form_fields.php'); ?> <button type="submit">Update</button> |
