Skip to content

Commit

Permalink
added comment urls to convenience urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Mar 26, 2023
1 parent 68aa1b3 commit 35381ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cast/cast_and_wagtail_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from wagtail.admin import urls as wagtailadmin_urls

urlpatterns = [
path("show/comments/", include("fluent_comments.urls")),
path("cast/", include("cast.urls", namespace="cast")),
path("cms/", include(wagtailadmin_urls)),
path("", include(wagtail_urls)),
Expand Down

0 comments on commit 35381ef

Please sign in to comment.