diff options
| -rw-r--r-- | app/views/users/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_form.html.erb b/app/views/users/_form.html.erb index 3b19dddf2..ff452c924 100644 --- a/app/views/users/_form.html.erb +++ b/app/views/users/_form.html.erb @@ -6,6 +6,6 @@ <%= form.actions do %> <%= form.action :submit, :as => :button %> - <%= form.action :cancel, :as => :link %> + <%= form.action :cancel, :as => :link , :url => organisation_path %> <% end %> <% end %> |
