diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index 05123ab22f..29d79b1104 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -62,16 +62,20 @@ id="tab_${idx}"> % if 'complete' in item: - + + + % if item['complete']: ${_("Completed")} %endif % endif - + + +
${item['type']} ${item['page_title']} ${_("Bookmarked") if item['bookmarked'] else ""}