Files @ 9cb0c6f6768a
Branch filter:

Location: symposion_app/pinaxcon/templates/500.html

bsturmfels
Add deployment scripts
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Server Error" %}{% endblock %}

{% block content %}
    <header class="jumbotron subhead" id="overview">
        <h1>{% trans "Something went wrong" %}</h1>
        <p class="lead">{% trans "We're sorry but a server error has occurred. We've been notified and will look into it as soon as possible." %}</p>
    </header>
{% endblock %}