summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth_sources/edit.html.erb')
-rw-r--r--app/views/auth_sources/edit.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/auth_sources/edit.html.erb b/app/views/auth_sources/edit.html.erb
index e2c99aa3c..87c72724d 100644
--- a/app/views/auth_sources/edit.html.erb
+++ b/app/views/auth_sources/edit.html.erb
@@ -1,7 +1,6 @@
<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
<% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %>
- <%= render :partial => 'form' %>
+ <%= render :partial => auth_source_partial_name(@auth_source) %>
<%= submit_tag l(:button_save) %>
<% end %>
-