Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove base controller from HTML tag to after Angular bootstrap and convert I18NFooter and Thanks to component directives. #7283

Merged
merged 15 commits into from
Aug 5, 2019
Prev Previous commit
Next Next commit
Revert "Fix backend test"
This reverts commit c4cdb7f.
  • Loading branch information
YashJipkate committed Jul 6, 2019
commit 938be07f5bcb3ae45614c8bae85495c596ee71a9
2 changes: 1 addition & 1 deletion core/controllers/pages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_about_page(self):
def test_splash_page_with_valid_c_value(self):
response = self.get_html_response('/splash', params={'c': 'at0'})
self.assertIn(
'<splash-at0-page></splash-at0-page>',
'Create fun interactive quizzes that students can do at home.',
response.body)

def test_splash_page_with_invalid_c_value_redirects(self):
Expand Down