[snowy] Fix a few missing curly brackets
- From: Jeff Schroeder <jschroeder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snowy] Fix a few missing curly brackets
- Date: Sun, 7 Nov 2010 18:09:59 +0000 (UTC)
commit 8360ca6272ba5b0fb9250f26e8dcc98d7ddd0210
Author: Jeff Schroeder <jeffschroeder computer org>
Date: Sun Nov 7 10:07:22 2010 -0800
Fix a few missing curly brackets
mobile_notes/views.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mobile_notes/views.py b/mobile_notes/views.py
index 6e2a8b2..4c95c9c 100644
--- a/mobile_notes/views.py
+++ b/mobile_notes/views.py
@@ -34,6 +34,7 @@ def mobile_note_index(request):
'jquery_uri': 'http://code.jquery.com/jquery-1.4.3.min.js',
'jquery_mobile_js_uri': MEDIA_URL + 'js/jquery.mobile-1.0a2pre.js',
'jquery_mobile_css_uri': MEDIA_URL + 'css/jquery.mobile-1.0a2pre.css',
+ },
context_instance=RequestContext(request))
def cache_manifest(request):
@@ -42,5 +43,6 @@ def cache_manifest(request):
'jquery_uri': 'http://code.jquery.com/jquery-1.4.3.min.js',
'jquery_mobile_js_uri': MEDIA_URL + 'js/jquery.mobile-1.0a2pre.js',
'jquery_mobile_css_uri': MEDIA_URL + 'css/jquery.mobile-1.0a2pre.css',
+ },
mimetype='text/cache-manifest',
context_instance=RequestContext(request))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]