Commit d718322b by Vik Paruchuri

Modified template to only have one top level tag (needed to be parsed via etree)

parent 412a6ad3
......@@ -26,8 +26,8 @@ TEMPORARY_WANTS_CONFIG=True
feedback_template = u"""
<header>Feedback</header>
<section>
<header>Feedback</header>
<div class="shortform">
<div class="result-output">
Number of potential problem areas identified: {problem_areas}
......@@ -72,7 +72,7 @@ error_template = u"""
def grade(grader_path,grader_config,submission,sandbox=None):
if not grader_path.endswith(".p"):
model_path+=".p"
log.debug("Grader path: {0}\n Submission: {1}".format(grader_path,submission))
......
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