diff --git a/app/views/maps/new.html.erb b/app/views/maps/new.html.erb index bf8ad73f..3e1dd243 100644 --- a/app/views/maps/new.html.erb +++ b/app/views/maps/new.html.erb @@ -73,7 +73,7 @@ <% if !logged_in? %>
<% if Rails.env == 'production' %><%= recaptcha_tags :display => {:theme => "white"} %><% end %>
<% end %> - <%= f.submit "Create map", :class => "btn btn-primary btn-lg", :tabIndex => 4 %> + <%= f.submit "Create map", :class => "btn btn-primary btn-lg", :tabIndex => 4, :data => {confirm: (logged_in? ? nil : 'Are you sure? You will no longer be able to edit the map after you create it.') } %>