WesternFriend/WF-website

View on GitHub
core/templates/500.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block body_class %}template-500{% endblock %}

{% block content %}
    <h1>Internal server error</h1>

    <p>Sorry, there seems to be an error. We have been notified of the error.</p>

    <p>Feel free to contact us if you have any questions or concerns.</p>
{% endblock %}