Enable the journal app in LMS. Add support to display Journals on index and courseware pages and dashboard.
9 lines
194 B
HTML
9 lines
194 B
HTML
<%page expression_filter="h"/>
|
|
<%!
|
|
from django.utils.translation import ugettext as _
|
|
%>
|
|
|
|
<header class="wrapper-header-courses">
|
|
<h2 class="header-courses">${_("My Journals")}</h2>
|
|
</header>
|