summaryrefslogtreecommitdiffstats
path: root/app/views/users/_form.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/_form.rhtml')
-rw-r--r--app/views/users/_form.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/users/_form.rhtml b/app/views/users/_form.rhtml
index 00b6aeac5..90d6ba577 100644
--- a/app/views/users/_form.rhtml
+++ b/app/views/users/_form.rhtml
@@ -16,6 +16,7 @@
<% end %>
<p><%= f.check_box :admin, :disabled => (@user == User.current) %></p>
+<%= call_hook(:view_users_form, :user => @user, :form => f) %>
</div>
<div class="box">