ldapcherry/resources/templates/adduser.tmpl

19 lines
647 B
Cheetah
Raw Normal View History

2015-05-31 22:38:13 +02:00
<%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='/adduser' role="form" class="form-signin">
${form}
<div class="form-group">
<div class="input-group">
<button class="btn btn-default green" type="submit">
<span class="glyphicon glyphicon-plus-sign"> Add User</button>
</div>
</div>
</form>
</div>
</div>
</div>
</%block>