aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2020-02-13 21:53:01 +0100
committerCamil Staps2020-02-13 21:53:01 +0100
commitda5618e20d081bcd19f9d20e3963b05fec8274ca (patch)
tree83e96f330dd19576018effc6401436089ba0d385
parentFix date format for single-day events (diff)
Add link to homepage on add.php
-rw-r--r--add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.php b/add.php
index e538d2e..1da36f5 100644
--- a/add.php
+++ b/add.php
@@ -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>