1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-25 21:22:56 +02:00
ldapcherry/resources/templates/error.tmpl

17 lines
571 B
Cheetah
Raw Normal View History

2015-06-27 22:35:34 +02:00
## -*- coding: utf-8 -*-
<%inherit file="navbar.tmpl"/>
<%block name="core">
<div class="row clearfix">
<div class="col-md-12 column">
<div class="alert alert-dismissable alert-${alert}">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4>
2015-06-06 22:23:21 +02:00
${message}
</h4>
</div>
<a class="btn btn-default blue" href='/?zone=${current_zone}'><span class="glyphicon glyphicon-home"> Return</a>
</div>
</div>
</%block>