aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>