Merge pull request #1792 from edx/man2life-i18n-no-forums
i18n (no forums)
This commit is contained in:
@@ -61,7 +61,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
|
||||
<article class="content-primary" role="main">
|
||||
|
||||
<div class="introduction">
|
||||
<h2 class="title">${_("Welcome, {0}!".format(user.username))}</h2>
|
||||
<h2 class="title">${_("Welcome, {0}!").format(user.username)}</h2>
|
||||
|
||||
%if len(courses) > 0:
|
||||
<div class="copy">
|
||||
|
||||
Reference in New Issue
Block a user