summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 8498abc..f0b48e8 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -44,6 +44,7 @@
%form{:name => "form", :action => url_for('/lazar'), :method => "post", :enctype => "multipart/form-data" }
%input{:type => :hidden, :name => :compound_uri, :value => @compound.uri}
%input{:type => :hidden, :name => :model_uri, :value => p[:model_uri]}
+ %input{:type => :hidden, :name => :token_id, :value => session[:token_id]}
%input{ :type => "submit", :value => "Details"}
= haml :confidence, :layout => false