diff options
author | friendica <info@friendica.com> | 2012-04-22 16:25:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-22 16:25:02 -0700 |
commit | 724e1d15d0441fa169598397416d1e470e539d02 (patch) | |
tree | ea3df9b38646ed1d6343426b84cf50a8a3e3004c /view/theme/diabook/admin_users.tpl | |
parent | 00cb7f9efb4826a6ad5c0791f26bc5e8db644f77 (diff) | |
parent | c0dffa7442abdcaee8bcc2eb97a3ed71d60ce554 (diff) | |
download | volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.tar.gz volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.tar.bz2 volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.zip |
Merge https://github.com/friendica/friendica into pull
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'> |