aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/403.html
blob: 40954bbf543aab7f7244a8b431d0eb0eb7232c19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}

{% block title %}
  Forbidden (403)
{% endblock title %}
{% block content %}
  <h1>Forbidden (403)</h1>
  <p>
    {% if exception %}
      {{ exception }}
    {% else %}
      You're not allowed to access this page.
    {% endif %}
  </p>
{% endblock content %}