feat: base template and patch for onboarding
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% extends "templates/base.html" %}
|
||||
{% extends "lms/templates/lms_base.html" %}
|
||||
{% block title %}
|
||||
{{ _(class_info.title) }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% block page_content %}
|
||||
<div class="common-page-style">
|
||||
<div class="container">
|
||||
{{ BreadCrumb(class_info) }}
|
||||
|
||||
Reference in New Issue
Block a user