Use {platform_name} in discussions header

This commit is contained in:
David Baumgold
2015-01-07 13:32:28 -05:00
parent 82d02851a7
commit a750e43828
2 changed files with 4 additions and 1 deletions

View File

@@ -268,6 +268,7 @@ body.discussion {
.label-settings {
padding-top: $baseline;
padding-bottom: $baseline/2;
text-transform: uppercase;
}
.home-header {

View File

@@ -318,7 +318,9 @@
</section>
% if settings.FEATURES.get('ENABLE_DISCUSSION_HOME_PANEL'):
<span class="label label-settings">${_("HOW TO USE EDX DISCUSSIONS")}</span>
<span class="label label-settings">
${_("How to use {platform_name} discussions").format(platform_name=settings.PLATFORM_NAME)}
</span>
<table class="home-helpgrid">
<tr class="helpgrid-row helpgrid-row-navigation">
<td class="row-title">${_("Find discussions")}</td>