Skip to content

Commit

Permalink
Merge branch 'issue-1693' of github.com:CartoDB/cartodb into issue-1693
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartones committed Apr 7, 2015
2 parents e468c1e + 5cbd93e commit 6f3738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/organizations/settings.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<%= render partial: "settings_account" %>
<% end %>

<%= form_for @organization, url: CartoDB.path(self, 'organization_settings_update'), multipart: true do |form| %>
<%= form_for @organization, url: CartoDB.url(self, 'organization_settings_update', {}, current_user), multipart: true do |form| %>

<article class="settings">
<div class="inner">
Expand Down

0 comments on commit 6f3738a

Please sign in to comment.