403.html 338 Bytes
Newer Older
1 2 3
{# https://docs.djangoproject.com/en/2.0/ref/views/#the-403-http-forbidden-view #}
{# https://docs.djangoproject.com/en/2.0/_modules/django/views/defaults/ #}

4
{% extends 'base.html' %}
5 6 7 8 9 10 11 12

{% block title %}
    SLUB - Σφάλμα 403 (Forbidden)
{% endblock %}

{% block content %}
    <h4>Σφάλμα 403 (Forbidden)</h4>
{% endblock %}