Skip to content

Commit

Permalink
Removed obsolete IE<9 workarounds (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep authored Aug 20, 2020
1 parent 866e940 commit 1d6d964
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions example/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<title>{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script>
<![endif]-->
</head>
<body>
{% block content_wrapper %}
Expand Down
4 changes: 0 additions & 4 deletions two_factor/templates/two_factor/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<title>{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="alert alert-success"><p class="container">Provide a template named
Expand Down

0 comments on commit 1d6d964

Please sign in to comment.