浏览代码

Enable Bootstrap.js

Victor Quach 9 年之前
父节点
当前提交
739ed4822a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      counter/templates/baseTemplate.html

+ 1 - 1
counter/templates/baseTemplate.html

@@ -10,7 +10,7 @@
10 10
 	<link rel="shortcut icon" type="image/png" href="{{STATIC_URL}}/favicon.ico" />
11 11
 	<title>SeumBook™ – {% block title %}{% endblock %}</title>
12 12
 
13
-	{# Load the tag library #} {% load bootstrap3 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %}
13
+	{# Load the tag library #} {% load bootstrap3 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript jquery=True %} {# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %}
14 14
 
15 15
 	<style>
16 16
 		body {