obsluga 500
This commit is contained in:
11
templates/500.html
Normal file
11
templates/500.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}500 - Błąd serwera{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container text-center mt-5">
|
||||
<h1 class="display-4">500</h1>
|
||||
<p class="lead">Wewnętrzny błąd serwera. Przepraszamy za niedogodności.</p>
|
||||
{% if error %}
|
||||
<pre>{{ error }}</pre>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user