forked from MarseyWorld/MarseyWorld
fdfd
parent
e226cc9430
commit
58de375da7
|
@ -12,7 +12,7 @@
|
||||||
<div class="text-center px-3 my-8">
|
<div class="text-center px-3 my-8">
|
||||||
<i class="fad fa-ban text-muted mb-5" style="font-size: 5rem;"></i>
|
<i class="fad fa-ban text-muted mb-5" style="font-size: 5rem;"></i>
|
||||||
<h1 class="h5">401 Not Authorized</h1>
|
<h1 class="h5">401 Not Authorized</h1>
|
||||||
<p class="text-muted">This page is only available to paypigs:</p>
|
<p class="text-muted">This page is only available to {% if "rdrama" in request.host %}paypigs{% else %}patrons{% endif %}:</p>
|
||||||
<a href="{{'GUMROAD_LINK' | app_config}}">{{'GUMROAD_LINK' | app_config}}</a>
|
<a href="{{'GUMROAD_LINK' | app_config}}">{{'GUMROAD_LINK' | app_config}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue