mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
narrower forms
This commit is contained in:
parent
0343644004
commit
9fe80cd491
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
<%inherit file="navbar.tmpl"/>
|
||||
<%block name="core">
|
||||
<div class="row clearfix top-buffer bottom-buffer">
|
||||
<div class="col-md-12 column">
|
||||
<div class="col-md-2 column">
|
||||
</div>
|
||||
<div class="col-md-8 column">
|
||||
<div class="well well-sm">
|
||||
<form method='POST' action='/adduser' role="form" class="form-signin">
|
||||
${form}
|
||||
|
@ -14,5 +16,7 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-2 column">
|
||||
</div>
|
||||
</div>
|
||||
</%block>
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<%inherit file="navbar.tmpl"/>
|
||||
<%block name="core">
|
||||
<div class="row clearfix top-buffer bottom-buffer">
|
||||
<div class="col-md-12 column">
|
||||
<div class="col-md-2 column">
|
||||
</div>
|
||||
<div class="col-md-8 column">
|
||||
<div class="well well-sm">
|
||||
<form method='POST' action='/selfmodify' role="form" class="form-signin">
|
||||
${form}
|
||||
|
@ -14,5 +16,7 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-2 column">
|
||||
</div>
|
||||
</div>
|
||||
</%block>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue