1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-07 19:47:47 +02:00
ldapcherry/resources/templates/404.tmpl

8 lines
216 B
Cheetah
Raw Permalink Normal View History

2016-07-06 22:50:59 +02:00
## -*- coding: utf-8 -*-
<%inherit file="navbar.tmpl"/>
<%block name="core">
<div class="alert alert-warning alert-dismissible" role="alert">
<strong>404 Page not found,</strong> URL not available
</div>
</%block>