mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-05 09:08:53 +01:00
8 lines
216 B
Cheetah
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>
|