gergelypolonkai-web-django/basics/templates/basics/forbidden.html

9 lines
168 B
HTML

{% extends 'front_base.html' %}
{% block title %} - Forbidden{% endblock %}
{% block content %}
You are not allowed to access the requested resource.
{% endblock %}