Commit 47ff3865 by tasawernawaz Committed by Tasawer Nawaz

breadcrumbs added on course detail page

ECOM-6046
parent 644fedbb
......@@ -729,3 +729,11 @@ select {
#id_organization {
width: auto;
}
.course-breadcrumb {
padding-bottom: 20px;
a {
text-decoration: underline;
}
}
......@@ -7,6 +7,10 @@
{% block page_content %}
{% include 'alert_messages.html' %}
<div class="course-breadcrumb">
<a href="{% url 'publisher:publisher_courses' %}">{% trans "Courses" %}</a> > <span>{{ object.title }}</span>
</div>
<div class="layout-full publisher-layout layout">
<h2 class="layout-title">{% trans "Base information" %}</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment