Make problem previews work by saving problem state in the current request session
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user