// see also http://code.djangoproject.com/wiki/AddWYSIWYGEditor

// this is also used for blog posts and blog comments

tinyMCE.init({
	mode: 'exact',
	elements: 'id_body',
	theme_advanced_buttons1: 'bold,italic,separator,cleanup,separator,undo,redo,separator,bullist,numlist,separator,outdent,indent,separator,link,unlink,separator,charmap,separator,help',
	theme_advanced_buttons2: '',
	theme_advanced_buttons3: '',
});

