Show different 404 text for logged in users
parent
033335b5e7
commit
c8245bdcfe
@ -1,15 +1,25 @@
|
||||
<h2>Page not found.</h2>
|
||||
|
||||
<p>
|
||||
<strong>Sorry, we could not find the page you requested.</strong> But while you're here anyway, why not introduce ourselves?
|
||||
</p>
|
||||
{%if logged-in == false}
|
||||
<p>
|
||||
<strong>Sorry, we could not find the page you requested.</strong> But while you're here anyway, why not introduce ourselves?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
ReDonate is recurring contributions, done right. Set up a campaign, and accept monthly donations from contributors that wish
|
||||
to support you, without <em>ever</em> automatically charging an account. ReDonate is friendly to you, <em>and</em> your
|
||||
donors.
|
||||
</p>
|
||||
<p>
|
||||
ReDonate is recurring contributions, done right. Set up a campaign, and accept monthly donations from contributors that wish
|
||||
to support you, without <em>ever</em> automatically charging an account. ReDonate is friendly to you, <em>and</em> your
|
||||
donors.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Gotten curious? <a href="/">Visit our homepage to learn more...</a>
|
||||
</p>
|
||||
<p>
|
||||
Gotten curious? <a href="/">Visit our homepage to learn more...</a>
|
||||
</p>
|
||||
{%else}
|
||||
<p>
|
||||
<strong>Sorry, we could not find the page you requested.</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Maybe you wanted to go to your <a href="/dashboard">Dashboard</a>?
|
||||
</p>
|
||||
{%/if}
|
||||
|
Loading…
Reference in New Issue