summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/create.haml b/views/create.haml
index 6563494..d83d2b9 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -30,6 +30,7 @@
= link_to "CSV", '/help'
format:
%input{:type => 'file', :name => 'file', :id => 'file', :size => '41'}
+ %input{:type => 'hidden', :name => 'token_id', :id => 'token_id', :value => session[:token_id]}
%input{ :type => "submit", :value => "Create model"}
= link_to "Cancel", '/create'