diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml
index 29ccd4328..7b315050b 100644
--- a/app/views/invitations/edit.html.haml
+++ b/app/views/invitations/edit.html.haml
@@ -1,5 +1,4 @@
-%script{:type => "text/javascript",
- :src => "/javascripts/validation.js"}
+= javascript_include_tag "validation"
= form_for(resource, :as => resource_name, :url => invitation_path(resource_name), :html => {:method => :put }) do |f|
%p