Skip to content

Commit

Permalink
fix error in views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust committed Apr 13, 2017
1 parent 0739dae commit 773e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibboleth_authenticator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .handlers import authorized_signup_handler

blueprint = Blueprint(
'shibboleth-authenticator',
'shibboleth_authenticator',
__name__,
url_prefix='/shibboleth',
)
Expand Down

0 comments on commit 773e815

Please sign in to comment.