diff --git a/community/www/batch/learn.html b/community/www/batch/learn.html index 6ff8568e..9daaac0a 100644 --- a/community/www/batch/learn.html +++ b/community/www/batch/learn.html @@ -40,7 +40,8 @@ {% macro LessonContent(lesson) %}
-
+
{{ lesson.title }} COMPLETED
@@ -60,12 +61,15 @@ {% macro pagination(prev_chap, prev_url, next_chap, next_url) %}
- {% if prev_url %} - - - Prev - - {% endif %} +
+ {% if prev_url %} + + + Prev + + {% endif %} +
+ {% if not course.is_mentor(frappe.session.user) and membership %} @@ -81,12 +85,14 @@ {% endif %} - {% if next_url %} - - Next - - - {% endif %} +
+ {% if next_url %} + + Next + + + {% endif %} +
{% endmacro %}