diff options
Diffstat (limited to 'templates/error.django')
| -rw-r--r-- | templates/error.django | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/error.django b/templates/error.django index 18c86be..ae0b9b7 100644 --- a/templates/error.django +++ b/templates/error.django @@ -3,14 +3,5 @@ {% block title %}{{ ErrorTitle }}{% endblock %} {% block content %} - <div class="min-h-screen flex items-center justify-center px-4"> - <div class="max-w-md w-full text-center"> - <h1 class="text-6xl font-bold text-red-500 mb-4">Error</h1> - <h2 class="text-2xl font-semibold mb-4">{{ ErrorTitle }}</h2> - <p class="text-gray-400 mb-8">{{ ErrorMessage }}</p> - <a href="{% url "home" %}" class="inline-block px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition"> - Go Home - </a> - </div> - </div> + There was this error {{ ErrorTitle }}: {{ ErrorMessage }} {% endblock %}
\ No newline at end of file |
