Skip to content

Commit

Permalink
prettier docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschellenbach committed Dec 19, 2011
1 parent b469e76 commit f89ebaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rest
Expand Up @@ -99,8 +99,10 @@ If you encounter any difficulties please open an issue.
A few settings changes are needed to play nicely with Django Userena.
In your settings point Django Facebook to the right registration form and template:

FACEBOOK_REGISTRATION_FORM = 'userena.forms.SignupForm'
FACEBOOK_REGISTRATION_TEMPLATE = 'userena/signup_form.html'
::

FACEBOOK_REGISTRATION_FORM = 'userena.forms.SignupForm'
FACEBOOK_REGISTRATION_TEMPLATE = 'userena/signup_form.html'

Supporting any other registration system is quite easy.
Adjust the above settings to point to your own code.
Expand Down

0 comments on commit f89ebaa

Please sign in to comment.