10 lines
118 B
HTML
10 lines
118 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
Something went wrong.
|
|
|
|
Some information : {{ error }}
|
|
|
|
{% endblock %}
|