##// END OF EJS Templates
release: Bump version 1.1.1 to 1.2.0
release: Bump version 1.1.1 to 1.2.0

File last commit:

r71:f925d629
r163:01b31e00 1.2.0 1.x-branch
Show More
error.jinja2
10 lines | 406 B | text/plain | TextLexer
{% extends "/layout.jinja2" %}
{% set layout_disable_menu = True %}
{% block content %}
<div class="col-sm-10 col-sm-offset-1" id="content">
<span class="fa fa-ambulance" style="float: left; font-size: 666%; margin: 20px 20px"></span>
<p class="heading-text"><strong>500:</strong> OMG!!! Internal Server Error </p>
</div>
{% endblock %}
{% block section_name %}errorPage{% endblock %}