diff --git a/app/views/candidate/summary.html.erb b/app/views/candidate/summary.html.erb
index 2940027..4a1d54c 100644
--- a/app/views/candidate/summary.html.erb
+++ b/app/views/candidate/summary.html.erb
@@ -22,6 +22,10 @@
+ <% if question.attachment.present? %>
+ <%= image_tag question.attachment %>
+ <% end %>
+
+ <% if question.attachment.present? %>
+ <%= image_tag question.attachment %>
+ <% end %>