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:
parent
f8b3df8b58
commit
d1e0c4be93
2 changed files with 21 additions and 1 deletions
18
resources/templates/selfmodify.tmpl
Normal file
18
resources/templates/selfmodify.tmpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue