lanna_lalala;- commited on
Commit ·
1ea11f7
1
Parent(s): ed5ff2c
lesson css try
Browse files
phase/Student_view/lesson.py
CHANGED
|
@@ -589,7 +589,7 @@ def _render_lesson():
|
|
| 589 |
|
| 590 |
# Key Takeaways
|
| 591 |
if t_text:
|
| 592 |
-
|
| 593 |
if takeaways:
|
| 594 |
takeaways_html = """
|
| 595 |
<div class="sidebar-card">
|
|
|
|
| 589 |
|
| 590 |
# Key Takeaways
|
| 591 |
if t_text:
|
| 592 |
+
takeaways = _extract_takeaways(t_text)
|
| 593 |
if takeaways:
|
| 594 |
takeaways_html = """
|
| 595 |
<div class="sidebar-card">
|