Merge pull request #11348 from edx/saleem-latif/WL-294

Going ahead with the merge.
This commit is contained in:
Saleem Latif
2016-01-29 11:41:14 +05:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
<%namespace file="../main.html" import="stanford_theme_enabled" />
<%! from django.utils.translation import ugettext as _ %>
${_("Thank you for signing up for {platform_name}.").format(platform_name=settings.PLATFORM_NAME)}

View File

@@ -1,6 +1,6 @@
## mako
<%namespace name='static' file='static_content.html'/>
<%namespace file='main.html' import="login_query, stanford_theme_enabled"/>
<%namespace file='main.html' import="login_query"/>
<%!
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _