# HG changeset patch # User Mario Ferraro # Date 1256497911 0 # Node ID 8f95803098462a344e8dbeda1fce6f3026f0e23e # Parent 14194c0b3cd1cb0c963dc3623ce2398e08856f6a Integration of general Melange JS utilities in base template. diff -r 14194c0b3cd1 -r 8f9580309846 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Sun Oct 25 19:09:38 2009 +0000 +++ b/app/soc/templates/soc/base.html Sun Oct 25 19:11:51 2009 +0000 @@ -99,6 +99,10 @@ {% if uses_duplicates %} {% endif %} + + {% if uses_melange %} + + {% endif %} {% endblock %} diff -r 14194c0b3cd1 -r 8f9580309846 app/soc/views/helper/params.py --- a/app/soc/views/helper/params.py Sun Oct 25 19:09:38 2009 +0000 +++ b/app/soc/views/helper/params.py Sun Oct 25 19:11:51 2009 +0000 @@ -19,6 +19,7 @@ __authors__ = [ '"Madhusudan.C.S" ', + '"Mario Ferraro" ', '"Sverre Rabbelier" ', ] @@ -62,6 +63,7 @@ 'jq_thickbox', 'jq_ui_core', 'menu', + 'melange', 'bulk_review', 'tinymce', ]