diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb
index 05567aa5b..50ad86486 100644
--- a/app/views/uploads/new.html.erb
+++ b/app/views/uploads/new.html.erb
@@ -17,7 +17,7 @@
- <%= f.label :source, nil, :title => "You can enter a URL to have #{Danbooru.config.app_name} automatically download and process it" %>
+ <%= f.label :source, @post.try(:source), :title => "You can enter a URL to have #{Danbooru.config.app_name} automatically download and process it" %>
<%= f.text_field :source, :size => 50, :value => params[:url] %>
<%= button_tag "Similar", :id => "similar-button" %>
<%= button_tag "Artist", :id => "find-artist-button" %>
@@ -50,15 +50,15 @@
<%= button_tag "Copyrights", :id => "related-copyrights-button" %>
+
+ <%= submit_tag "Submit", :class => "large" %>
+
+
-
-
- <%= submit_tag "Submit", :class => "large" %>
-
<% end %>