aboutsummaryrefslogblamecommitdiffstats
path: root/templates/error.html
blob: a3ffff455701c1b5297e2f9f5cc138bbbd0e6cfc (plain) (tree)
1
2
3
4
5
6
7
8
9
                         



                           
                             


                        
             
{% extends "base.html" %}

{% block content %}

<div class="content panel">
  <h2>Error {{ status }}</h2>
  <h3>{{ message }}</h3>
</div>

{% endblock %}