mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-04 16:48:54 +01:00
24 lines
840 B
Cheetah
24 lines
840 B
Cheetah
<%inherit file="navbar.tmpl"/>
|
|
<%block name="core">
|
|
<div class="row clearfix top-buffer bottom-buffer">
|
|
<div class="col-md-2 column">
|
|
</div>
|
|
<div class="col-md-12 column">
|
|
<div class="well well-sm">
|
|
<form method='POST' action='/selfmodify' role="form" class="form-signin" data-toggle="validator">
|
|
<h2 class="h3">Modify your attributes:</h2>
|
|
${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 class="col-md-2 column">
|
|
</div>
|
|
</div>
|
|
</%block>
|