500.html 342 Bytes
Newer Older
1 2 3
{# https://docs.djangoproject.com/en/2.0/ref/views/#the-500-server-error-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 - Σφάλμα 500 (Server Error)
{% endblock %}

{% block content %}
    <h4>Σφάλμα 500 (Server Error)</h4>
{% endblock %}