Skip to content

Commit 5bb53d5

Browse files
committed
Include jQuery for running example locally.
1 parent b4278b7 commit 5bb53d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapp/templates/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{{ form.as_p }}
1111
<input type="submit" value="Submit" />
1212
</form>
13+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
1314
{{ form.media.js }}
1415
</body>
1516
</html>

0 commit comments

Comments
 (0)