Skip to content

Commit

Permalink
Merge pull request #1 from saundersmatt/master
Browse files Browse the repository at this point in the history
fixed urls to use namespace used in views
  • Loading branch information
peppelinux authored Jun 13, 2018
2 parents fb0c490 + 4681035 commit 84bf99b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangosaml2idp/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from django.urls import path
from . import views

app_name = 'djangosaml2idp'
urlpatterns = [
path('sso/post', views.sso_entry, name="saml_login_post"),
path('sso/redirect', views.sso_entry, name="saml_login_redirect"),
Expand Down

0 comments on commit 84bf99b

Please sign in to comment.