[cc-commits] [SCM] License chooser & etc (branch master) updated. 8a80018f6d54626c8898bc4247d36ece095b0af9

git version control git at a7.creativecommons.org
Mon Mar 1 17:10:59 EST 2010


The branch, master has been updated
       via  8a80018f6d54626c8898bc4247d36ece095b0af9 (commit)
      from  e31e494f3fd5dab9d3d58a9969a70cecf5c8af7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8a80018f6d54626c8898bc4247d36ece095b0af9
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date:   Mon Mar 1 14:55:49 2010 -0600

    Forgot to pull in the target_lang here when we adjusted to push such
    info to the formatters

-----------------------------------------------------------------------

Summary of changes (followed by patch):
 cc/engine/chooser/views.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cc/engine/chooser/views.py b/cc/engine/chooser/views.py
index 59ec186..d25f8dc 100644
--- a/cc/engine/chooser/views.py
+++ b/cc/engine/chooser/views.py
@@ -572,6 +572,8 @@ info at creativecommons.org
 
 
 def cc0_results(request):
+    target_lang = util.get_target_lang_from_request(request)
+
     template = util.get_zpt_template(
         'chooser_pages/zero/results.pt')
     engine_template = util.get_zpt_template(


hooks/post-receive
-- 
License chooser & etc



More information about the cc-commits mailing list