Merge pull request #9726 from edx/aleffert/all-responsive

Remove "responsive" check before deciding whether to add a viewport tag.
This commit is contained in:
Akiva Leffert
2015-09-23 19:10:50 -04:00

View File

@@ -15,9 +15,7 @@ from branding import api as branding_api
<head dir="${static.dir_rtl()}">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
% if responsive:
<meta name="viewport" content="width=device-width, initial-scale=1">
% endif
## Define a couple of helper functions to make life easier when
## embedding theme conditionals into templates. All inheriting