fix: video pagination

This commit is contained in:
mohamad
2026-08-01 16:57:49 +03:30
parent 28e0f7f8fe
commit 472eeee2f3
17 changed files with 473 additions and 20 deletions
+1
View File
@@ -9,5 +9,6 @@ urlpatterns = [
path("about/", views.AboutView.as_view(), name="about"),
path("faq/", views.FAQView.as_view(), name="faq"),
path("contact/", views.ContactView.as_view(), name="contact"),
path("videos/<slug:library>/", views.PageVideoArchiveView.as_view(), name="video_archive"),
path("<slug>/", views.CustomPageView.as_view(), name="custom_page"),
]