Django Satchmo render company_name problem and some mods

2010-08-31 Thread maumercado
Hello everyone... Ive been having the following problem in my satchmo shop, when registering a new account, the template welcome.txt is not loading the variable 'company_name' --> debug info : http://dpaste.com/236858/ Besides that there are two things that I want to do... One is to reverse the

django flatpages and model translations

2012-04-14 Thread maumercado
Hello everyone, What is your aproach or what app do you use in order to make translations for django flatpages and project apps models? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.go

Re: Django 1.4 - how to display a success message on form save

2012-06-26 Thread maumercado
Go with @JirkaV suggestion, also, you can add some jquery effect so that the div appears then fades out on success or on error... its pretty simple and really great! On Tuesday, June 26, 2012 4:48:31 AM UTC-5, Lloyd Dube wrote: > > Hi everyone, > > I have a form on which I'm calling save() and i