Skip to content

Commit

Permalink
Merge pull request #2148 from dodona-edu/fix/python-tutor-in-evaluations
Browse files Browse the repository at this point in the history
Added missing pythia pack to the feedback view
  • Loading branch information
bmesuere authored Aug 10, 2020
2 parents 325fc3d + df511a0 commit 427f082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/feedbacks/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<% content_for :javascripts do %>
<%= javascript_pack_tag 'submission' %>
<%= javascript_pack_tag 'pythia_submission' if @feedback.submission.judge.renderer == PythiaRenderer %>
<% end %>

<div class="row" id="feedback-page">
Expand Down

0 comments on commit 427f082

Please sign in to comment.