mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-05 09:08:53 +01:00
16 lines
547 B
Cheetah
16 lines
547 B
Cheetah
|
<%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>
|
|||
|
${message}
|
|||
|
</h4>
|
|||
|
</div>
|
|||
|
<a class="btn btn-default blue" href='/?zone=${current_zone}'><span class="glyphicon glyphicon-home"> Return</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</%block>
|
|||
|
|