Commit efaaf58d by Carlos Andrés Rocha Committed by Victor Shnayder

WIP restore chemicalequationinput template

parent f68f023e
...@@ -31,11 +31,9 @@ ...@@ -31,11 +31,9 @@
<div id="input_${id}_preview" class="equation"> <div id="input_${id}_preview" class="equation">
</div> </div>
<p id="answer_${id}" class="answer"></p> <p id="answer_${id}" class="answer"></p>
% if status in ['unsubmitted', 'correct', 'incorrect', 'incomplete']: % if status in ['unsubmitted', 'correct', 'incorrect', 'incomplete']:
</div> </div>
% endif % endif
</section> </section>
2
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