1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-13 06:09:52 +02:00
ldapcherry/resources/templates/404.tmpl
2016-07-06 22:50:59 +02:00

8 lines
216 B
Cheetah

## -*- 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>