Make problem previews work by saving problem state in the current request session

This commit is contained in:
Calen Pennington
2012-07-20 13:29:18 -04:00
parent 408726e678
commit 0a79130b11
4 changed files with 85 additions and 32 deletions

View File

@@ -4,12 +4,6 @@
% if problem['weight'] != 1:
: ${ problem['weight'] } points
% endif
% if settings.QUICKEDIT:
<section class="staff">
<a href=${MITX_ROOT_URL}/quickedit/${id}>Quick Edit Problem</a>
</section>
% endif
</h2>
<section class="problem">