Explain works

This commit is contained in:
Piotr Mitros
2011-12-27 21:10:13 -05:00
parent 5abe9ed17f
commit eb5e712984

View File

@@ -15,3 +15,6 @@
% if answer_available:
<input id="show_${ id }" type="button" value="Show Answer" >
% endif
% if explain :
<a href="/courseware/6.002_Spring_2012/${ explain }">[ Explanation ] </a>
% endif