Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5444)

Unified Diff: chrome/common/extensions/docs/server2/template_data_source.py

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/template_data_source.py
diff --git a/chrome/common/extensions/docs/server2/template_data_source.py b/chrome/common/extensions/docs/server2/template_data_source.py
index 65039a48b5398aa785526e8aac3931eb0314fd64..dcd81c4ffcccf066cc75bcfb42ccf906eefb5e60 100644
--- a/chrome/common/extensions/docs/server2/template_data_source.py
+++ b/chrome/common/extensions/docs/server2/template_data_source.py
@@ -110,7 +110,9 @@ class TemplateDataSource(object):
'intros': self._intro_data_source,
'partials': self,
'samples': self._samples_data_source,
- 'static': self._static_resources
+ 'static': self._static_resources,
+ 'true': True,
+ 'false': False
}).text
def __getitem__(self, key):

Powered by Google App Engine
This is Rietveld 408576698