Commit 96d11996 by ichuang

limit staff debug verbosity to locations of specific categories

parent dd4db060
${module_content} ${module_content}
%if edit_link: %if location.category in ['problem','video','html']:
% if edit_link:
<div> <div>
<a href="${edit_link}">Edit</a> / <a href="${edit_link}">Edit</a> /
<a href="#${element_id}_xqa-modal" onclick="javascript:getlog('${element_id}', { <a href="#${element_id}_xqa-modal" onclick="javascript:getlog('${element_id}', {
...@@ -74,3 +75,5 @@ category = ${category | h} ...@@ -74,3 +75,5 @@ category = ${category | h}
'user': '${user}' 'user': '${user}'
}); });
</script> </script>
%endif
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