clean up merge
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.urls import path
|
||||
from views import dashboard
|
||||
|
||||
from .views import dashboard
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:team_id>/dashboard/", dashboard, name="teamsnap_dashboard"),
|
||||
|
||||
Reference in New Issue
Block a user