Skip to content

Commit 213d19c

Browse files
committed
Added better support for mobile devices
1 parent d704f34 commit 213d19c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

accounts/templates/base.html

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<html>
22
<head>
33
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
4+
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
46
{% block head %}
57
<title>Base</title>
68
{% endblock %}
@@ -47,4 +49,9 @@
4749
<h1>Base</h1>
4850
{% endblock %}
4951
</body>
52+
<script
53+
src="https://code.jquery.com/jquery-3.1.1.min.js"
54+
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
55+
crossorigin="anonymous"></script>
56+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
5057
</html>

0 commit comments

Comments
 (0)