aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/403.html
blob: 14c31bb203b40b35762e40f164ebb0498af4103a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}
{% block body %}

<center>
<div style="font-size: 8em;">403</div>
<div style="font-size: 3em;">Not Authorized</div>

<p>You might need to log in, or your account may not (yet!) have privileges to
complete the attempted action.

<p>This could also just mean that you need to log out and log back in. Sorry
about that!
</center>

{% endblock %}