mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Extend the rolling stock page
This commit is contained in:
@@ -4,5 +4,5 @@ from portal.views import GetHome, GetRollingStock
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:page>", GetHome.as_view(), name='index_pagination'),
|
||||
path("<uuid:uuid>", GetRollingStock.as_view(), name='rollig_stock'),
|
||||
path("<uuid:uuid>", GetRollingStock.as_view(), name='rolling_stock'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user