From f8538b692e0b209015e95655591be4f6bb3eec33 Mon Sep 17 00:00:00 2001
From: Aymeric Augustin
Date: Mon, 14 Oct 2013 22:19:05 +0200
Subject: Update versions of JavaScript libraries.
Use Google's hosted libraries instead of vendoring. This is just for
testing purposes and browser caching will help after the first access.
---
example/templates/index.html | 7 +++----
example/templates/jquery/index.html | 4 ++--
example/templates/mootools/index.html | 2 +-
example/templates/prototype/index.html | 2 +-
4 files changed, 7 insertions(+), 8 deletions(-)
(limited to 'example/templates')
diff --git a/example/templates/index.html b/example/templates/index.html
index d7d8a2b..fd771e8 100644
--- a/example/templates/index.html
+++ b/example/templates/index.html
@@ -5,13 +5,12 @@
Index of Tests
-
Index of Tests
{% cache 10 index_cache %}
{% endcache %}
diff --git a/example/templates/jquery/index.html b/example/templates/jquery/index.html
index 9cab242..20665c2 100644
--- a/example/templates/jquery/index.html
+++ b/example/templates/jquery/index.html
@@ -1,12 +1,12 @@
- Old jQuery Test
+ jQuery Test
-
+
+
+
-
-{% endblock %}
--
cgit v1.2.3
From 9af80c9704ea9e7a7b5581dcfb39008573ac9aaf Mon Sep 17 00:00:00 2001
From: Aymeric Augustin
Date: Mon, 14 Oct 2013 22:47:52 +0200
Subject: Add a link to the admin.
---
example/templates/index.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'example/templates')
diff --git a/example/templates/index.html b/example/templates/index.html
index fd771e8..c32c220 100644
--- a/example/templates/index.html
+++ b/example/templates/index.html
@@ -12,6 +12,7 @@
MooTools 1.4.5
Prototype 1.7.1.0
+ Django Admin
{% endcache %}
--
cgit v1.2.3