mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-02-01 01:10:52 +01:00
Modified: ticket show URL
This commit is contained in:
parent
ce56c3a774
commit
52ad31c845
@ -15,12 +15,12 @@ urlpatterns = [
|
||||
name='index'
|
||||
),
|
||||
path(
|
||||
'tickets/<slug:platform>/',
|
||||
'tickets/show/<slug:platform>/',
|
||||
views.ListPlatformTickets.as_view(),
|
||||
name='platform'
|
||||
),
|
||||
path(
|
||||
'tickets/<slug:platform>/<int:ticket>/',
|
||||
'tickets/show/<slug:platform>/<int:ticket>/',
|
||||
views.DetailTicket.as_view(),
|
||||
name='ticket'
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user