Fix title underline error in faq.rst
[ganeti_webmgr.git] / muddle / templates / errors / 404.html
blob5a90beb7cb5e876b0fcdb1d56278c8195da66197
1 {% extends "base.html" %}
3 {% block head %}
4 {{block.super}}
5 <link rel="stylesheet" type="text/css" href="../../static/css/errors.css" />
6 {% endblock %}
8 {% block errors %}
9 The page you requested was not found.
10 {% endblock %}