diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb
index 5ad8ed55e..881c39890 100644
--- a/app/views/uploads/new.html.erb
+++ b/app/views/uploads/new.html.erb
@@ -27,7 +27,7 @@
<% if CurrentUser.can_upload_free? %>
@@ -44,11 +44,7 @@
<%= f.label :source %>
- <% if params[:url].present? %>
- <%= f.text_field :source, :size => 50, :value => params[:url] %>
- <% else %>
- <%= f.text_field :source, :size => 50 %>
- <% end %>
+ <%= f.text_field :source, :size => 50, :value => params[:url] %>
<%= button_tag "Similar", :id => "similar-button", :type => "button", :class => "ui-button ui-widget ui-corner-all sub gradient" %>
<%= button_tag "Artist", :id => "find-artist-button", :type => "button", :class => "ui-button ui-widget ui-corner-all sub gradient" %>
You can enter a URL to have <%= Danbooru.config.app_name %> automatically download and process it
@@ -58,20 +54,20 @@
<%= f.label :rating %>
<%= f.label :parent_id, "Parent ID" %>
- <%= f.text_field :parent_id %>
+ <%= f.text_field :parent_id, :value => params[:parent_id] %>
@@ -81,17 +77,17 @@