Commit 6427a7da by Vik Paruchuri

Rubric html change

parent 8e213f53
......@@ -271,6 +271,7 @@ def _get_next(course_id, grader_id, location):
return json.dumps({'success': False,
'error': error_message})
response_json['rubric'] = rubric_html
log.debug(rubric_html)
return json.dumps(response_json)
except GradingServiceError:
log.exception("Error from grading service. server url: {0}"
......
......@@ -57,6 +57,12 @@
</section>
<section class="rubric-container">
<div class="rubric-wrapper">
</div>
</section>
<div class="action-button">
<input type=button value="Submit" class="action-button" name="show" />
</div>
......
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