Merge pull request #13170 from edx/renzo/dashboard-programs

Display programs of all categories on the student dashboard
This commit is contained in:
Renzo Lucioni
2016-08-11 10:06:15 -04:00
committed by GitHub
26 changed files with 416 additions and 828 deletions

View File

@@ -16,9 +16,8 @@ from openedx.core.lib.token_utils import JwtBuilder
class ProgramAuthoringView(View):
"""View rendering a template which hosts 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).
The Programs authoring app is a Backbone SPA. The app handles its own routing
and provides a UI which can be used to create and publish new Programs.
"""
@method_decorator(login_required)