summaryrefslogtreecommitdiffstats
path: root/roles/ipsilon/files/templates/internalerror.html
blob: 6979f179696c445bd90312aabaf7efc16e461ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "master-user.html" %}
{% block toptext %}
500 - Internal Server Error
{% endblock %}
{% block main %}
  {% if message: %}
    <p>{{ message }}</p>
  {% else %}
    <p>Ipsilon encountered an unexpected internal error while trying to
       fulfill your request.</p>
  {% endif %}
  <p>Please retry again.</p>
  <p>If the error persists, contact the server administrator to resolve
     the problem.</p>
{% endblock %}