mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
LMS: More changes to the web view
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-4 text-right">
|
||||
{% with next_content = next_content, course_name = course_name, program_name = program_name %}
|
||||
{% include "www/lms/templates/includes/lms-nav.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@@ -22,9 +20,7 @@
|
||||
{{ content.content }}
|
||||
</div>
|
||||
<div class="text-right">
|
||||
{% with next_content = next_content, course_name = course_name, program_name = program_name %}
|
||||
{% include "www/lms/templates/includes/lms-nav.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
<div class="mt-3 text-right">
|
||||
<a class="text-muted" href="/report"><i class="octicon octicon-issue-opened" title="Report"></i> Report a
|
||||
|
||||
Reference in New Issue
Block a user