diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
commit | e74ae8b0310fd4b638ff5da674ba16b47fc5f294 (patch) | |
tree | 3be86f8d04c8a403995e0c19577a3150bd193d52 /view/theme/diabook/admin_users.tpl | |
parent | d6c8a14fb0f56825b1f5f8dc4108a89d8aa583db (diff) | |
download | volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.gz volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.bz2 volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.zip |
diabook-themes: bugfix
Diffstat (limited to 'view/theme/diabook/admin_users.tpl')
-rw-r--r-- | view/theme/diabook/admin_users.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/diabook/admin_users.tpl b/view/theme/diabook/admin_users.tpl index b465dc1b0..8aabb51ec 100644 --- a/view/theme/diabook/admin_users.tpl +++ b/view/theme/diabook/admin_users.tpl @@ -14,8 +14,7 @@ <h1>$title - $page</h1> <form action="$baseurl/admin/users" method="post"> - <input type='hidden' name='form_security_token' value='$form_security_token'> - + <input type='hidden' name='form_security_token' value='$form_security_token'> <h3>$h_pending</h3> {{ if $pending }} <table id='pending'> |