diff --git a/public_html/templates/404.tpl b/public_html/templates/404.tpl index 9bead38..a9b38ca 100644 --- a/public_html/templates/404.tpl +++ b/public_html/templates/404.tpl @@ -1,15 +1,25 @@
- Sorry, we could not find the page you requested. But while you're here anyway, why not introduce ourselves? -
+{%if logged-in == false} ++ Sorry, we could not find the page you requested. But while you're here anyway, why not introduce ourselves? +
-- ReDonate is recurring contributions, done right. Set up a campaign, and accept monthly donations from contributors that wish - to support you, without ever automatically charging an account. ReDonate is friendly to you, and your - donors. -
++ ReDonate is recurring contributions, done right. Set up a campaign, and accept monthly donations from contributors that wish + to support you, without ever automatically charging an account. ReDonate is friendly to you, and your + donors. +
-- Gotten curious? Visit our homepage to learn more... -
++ Gotten curious? Visit our homepage to learn more... +
+{%else} ++ Sorry, we could not find the page you requested. +
+ ++ Maybe you wanted to go to your Dashboard? +
+{%/if}