Commit 5f005564 authored by ViolanteCodes's avatar ViolanteCodes
Browse files

added slash to end of url path

parent e196e297
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ urlpatterns = [
        'user/login/', 
        views.login_view, name='login'),
    path(
        'user/gitlab-account/create', 
        'user/gitlab-account/create/', 
        views.GitlabAccountRequestCreateView.as_view(), 
        name='create-gitlab-no-user'),
    path(