1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00

adding self modify page

This commit is contained in:
kakwa 2015-05-31 23:42:24 +02:00
parent f8b3df8b58
commit d1e0c4be93
2 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,18 @@
<%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>