diff --git a/app/views/location_releases/_form.html.erb b/app/views/location_releases/_form.html.erb
index 33aeb45..b076b95 100644
--- a/app/views/location_releases/_form.html.erb
+++ b/app/views/location_releases/_form.html.erb
@@ -39,6 +39,9 @@
<%= form.text_field :filming_started_on, wrapper_class: "col-sm-6", class: "datepicker-control", readonly: true %>
<%= form.text_field :filming_ended_on, wrapper_class: "col-sm-6", class: "datepicker-control", readonly: true %>
+
+ <%= form.text_field :filming_hours, wrapper_class: "col-sm-12" %>
+
<% end %>
diff --git a/app/views/public/location_releases/new.html.erb b/app/views/public/location_releases/new.html.erb
index 2e3625e..48b65c4 100644
--- a/app/views/public/location_releases/new.html.erb
+++ b/app/views/public/location_releases/new.html.erb
@@ -46,6 +46,9 @@
<%= form.text_field :filming_started_on, wrapper_class: "col-sm-6", class: "datepicker-control", readonly: true %>
<%= form.text_field :filming_ended_on, wrapper_class: "col-sm-6", class: "datepicker-control", readonly: true %>
+
+ <%= form.text_field :filming_hours, wrapper_class: "col-sm-12" %>
+
<% end %>
<%= card_field_set_tag t(".signature.heading") do %>