mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
19 lines
652 B
Cheetah
19 lines
652 B
Cheetah
|
<%inherit file="navbar.tmpl"/>
|
||
|
<%block name="core">
|
||
|
<div class="row clearfix top-buffer bottom-buffer">
|
||
|
<div class="col-md-12 column">
|
||
|
<div class="well well-sm">
|
||
|
<form method='POST' action='/selfmodify' role="form" class="form-signin">
|
||
|
${form}
|
||
|
<div class="form-group">
|
||
|
<div class="input-group">
|
||
|
<button type="submit" class="btn btn-default blue">
|
||
|
<span class="glyphicon glyphicon-cog"></span> Modify</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</%block>
|