diff options
author | Camil Staps | 2020-02-13 21:53:01 +0100 |
---|---|---|
committer | Camil Staps | 2020-02-13 21:53:01 +0100 |
commit | da5618e20d081bcd19f9d20e3963b05fec8274ca (patch) | |
tree | 83e96f330dd19576018effc6401436089ba0d385 | |
parent | Fix date format for single-day events (diff) |
Add link to homepage on add.php
-rw-r--r-- | add.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ if (count ($exceptions)>0){ echo $e.'<br/>'; } ?> -<p>Back to the <a href="fetch.php">list of new events</a>?</p> +<p>Back to the <a href="fetch.php">list of new events</a> or the <a href="/">homepage</a>?</p> </body> </html> |