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

9 lines
168 B
HTML
Raw Normal View History

2014-06-14 17:09:10 +00:00
{% extends 'front_base.html' %}
{% block title %} - Forbidden{% endblock %}
{% block content %}
You are not allowed to access the requested resource.
{% endblock %}