create 'new issue' form
This commit is contained in:
parent
0013410ac1
commit
23f3d2a96f
7 changed files with 46 additions and 3 deletions
|
|
@ -5,5 +5,5 @@ from . import views
|
|||
app_name = 'projects'
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('<str:project_key>/', views.view, name='view'),
|
||||
path('<project_key>/', views.view, name='view'),
|
||||
]
|
||||
|
|
|
|||
Reference in a new issue