first commit
This commit is contained in:
9
templates/error.html
Normal file
9
templates/error.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Erreur{% endblock %}
|
||||
{% block content %}
|
||||
<div class="bg-red-50 dark:bg-red-950 border border-red-200 dark:border-red-800 text-red-800 dark:text-red-200 p-4 rounded-2xl shadow">
|
||||
<h1 class="text-xl font-semibold mb-2">Erreur</h1>
|
||||
<pre class="whitespace-pre-wrap text-sm">{{ error }}</pre>
|
||||
<p class="mt-4 text-sm text-gray-600 dark:text-gray-300">Vérifie le chemin de la base (<code>KODI_DB_PATH</code>) et tes permissions.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user