Add a Studio view and template to host the Programs authoring app

The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
This commit is contained in:
Renzo Lucioni
2015-11-23 16:28:22 -05:00
parent a066856824
commit e2833d8fc6
8 changed files with 140 additions and 17 deletions

View File

@@ -187,6 +187,11 @@
</li>
</ol>
</nav>
% elif show_programs_header:
<h2 class="info-course">
<span class="course-org">${settings.PLATFORM_NAME}</span><span class="course-number">${_("Programs")}</span>
<span class="course-title">${_("Program Administration")}</span>
</h2>
% endif
</div>