diff options
Diffstat (limited to 'root/user')
-rw-r--r-- | root/user/index.tt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index f21ad5d..abd3a3a 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -33,7 +33,8 @@ </div> <hr /> - +<div id="attribute_add_form"> +<h3>[%('Add a attribute')%]</h3> <form method="post" action="/user/add"> <p> <select name="attribute"> @@ -47,3 +48,4 @@ <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button> </p> </form> +</div> |