I figured out the problem: I needed to add an entry to the urls.py for my view.
On Thursday, November 28, 2013 12:16:55 PM UTC-7, [email protected] wrote: > > Hello! First of all thank you who have been contributing to this great CMS! > I'm wondering how to customize the sign up message found on views.py. Do I > have to go to /mezzanine/accounts/views.py? > Our site's files has this hierarchy: > myproject, containg the templates folder, the settings.py and the folder > with the app expresssuser which has our customized user > profile/registration requirements. In the views.py, I tried to change the > messages, but they're overridden by the default one. Also in the > account_signup.html, changing the contents under the block {% if > settings.ACCOUNTS_APPROVAL_REQUIRED %} doesn't affect it either. > > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
