mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-04 01:50:39 +01:00
Remove the need of inline scripting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from portal.views import (
|
||||
RenderExtraJS,
|
||||
GetHome,
|
||||
GetRoster,
|
||||
GetObjectsFiltered,
|
||||
@@ -24,6 +25,7 @@ from portal.views import (
|
||||
|
||||
urlpatterns = [
|
||||
path("", GetHome.as_view(), name="index"),
|
||||
path("extra.js", RenderExtraJS.as_view(), name="extra_js"),
|
||||
path("roster", GetRoster.as_view(), name="roster"),
|
||||
path("roster/page/<int:page>", GetRoster.as_view(), name="roster"),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user