Commit fa97187a by Vik Paruchuri

Patch naming issue

parent ad415583
......@@ -31,7 +31,7 @@
% if status in ['correct','incorrect']:
<section id="evaluation_${id}" class="evaluation">
Score Evaluation:
<textarea rows="${rows}" cols="${cols}" name="input_${id}" class="feedback-on-feedback" id="input_${id}"></textarea>
<textarea rows="${rows}" cols="${cols}" name="feedback_${id}" class="feedback-on-feedback" id="feedback_${id}"></textarea>
<input name="submit-message" class="submit-message" type="button" value="Submit your message"/>
</section>
% endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment