Merge pull request #4927 from mitocw/cg/add_missing_endif

Add missing endif in crystallography mako template
This commit is contained in:
Sarina Canelake
2014-08-22 09:20:46 -04:00

View File

@@ -11,7 +11,7 @@
% if status in ['unsubmitted', 'correct', 'incorrect', 'incomplete']:
<div class="status ${status.classname}" id="status_${id}">
% endif
<input type="text" name="input_${id}" aria-describedby="answer_${id}" id="input_${id}" value="${value|h}" style="display:none;"/>