1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-13 01:22:23 +02:00

Added OpenID Support

This commit is contained in:
2020-01-19 00:05:51 +01:00
parent dddbb1c340
commit c10f542cee
4 changed files with 75 additions and 11 deletions

View File

@@ -18,5 +18,6 @@ urlpatterns = [
path('imprint', views.imprint, name='imprint'),
path('about', views.about, name='about'),
path('signup', views.signup, name='signup')
path('signup', views.signup, name='signup'),
path('signup_confirm', views.signup_confirm)
]