Skip to content

Commit

Permalink
Merge pull request #16 from huxley/patch-1
Browse files Browse the repository at this point in the history
Fix import in "Combining sign in flows" example
  • Loading branch information
idlesign committed Aug 26, 2015
2 parents 669747b + 8e4d365 commit e7f45b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/signin_custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can use more than one sign in flow with the same view, by stacking ``@signin
from django.shortcuts import render
from sitegate.signin_flows.classic import ClassicSignin
from sitegate.decorators import signup_view
from sitegate.decorators import signin_view
# We'll use some our mythical MySignin flow, so let's import it.
from .my_signin_flows import MySignin
Expand Down

0 comments on commit e7f45b3

Please sign in to comment.