diff --git a/app/models/softapplication.rb b/app/models/softapplication.rb
index 6782b2436..3911424e9 100644
--- a/app/models/softapplication.rb
+++ b/app/models/softapplication.rb
@@ -1,5 +1,5 @@
class Softapplication < ActiveRecord::Base
- attr_accessible :android_min_version_available, :app_type_id, :app_type_name, :description, :name, :user_id, :contest_id, :application_developers
+ attr_accessible :android_min_version_available, :app_type_id, :app_type_name, :description, :name, :user_id, :contest_id, :application_developers, :deposit_project_url
acts_as_attachable
seems_rateable :allow_update => true, :dimensions => :quality
diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb
index d1c81316a..06ef0533f 100644
--- a/app/views/contests/show_attendingcontest.html.erb
+++ b/app/views/contests/show_attendingcontest.html.erb
@@ -124,6 +124,14 @@
+
+ <%= l(:label_work_deposit_project_url) %>:
+ <%= f.text_field :deposit_project_url, :required => true, :size => 60, :style => "width:378px;" %> |
+
+
+
+
+