diff --git a/app/views/photos/edit.html.haml b/app/views/photos/edit.html.haml
index 5a43dd437..04068b570 100644
--- a/app/views/photos/edit.html.haml
+++ b/app/views/photos/edit.html.haml
@@ -1,2 +1,5 @@
- content_for :title, "Edit Photo"
-
+= form_for(@photo) do |f|
+ = f.label :title
+ = f.text_field :title, placeholder: "title"
+ = f.submit