Commit 5e2290f9 by Akiva Leffert

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

Remove "responsive" check before deciding whether to add a viewport tag.
parents a5a575a0 73e976ae
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment