summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/templates/404.html
blob: 168bd9fecd17e6415d2745140032445cb69dfc7f (plain)
1
2
3
4
5
6
7
8
{% extends 'base.html' %}
{% block title %}Bcfg2 - Page not found{% endblock %}
{% block fullcontent %}
<h2>Page not found</h2>
<p>
The page or object requested could not be found.
</p>
{% endblock %}