Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit bb0c83d

Browse files
committed
fix: add missing re_path
1 parent 74f0af9 commit bb0c83d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/src/taccsite_cms/urls_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.urls import path, include
1+
from django.urls import re_path, path, include
22

33
custom_urls = [
44

0 commit comments

Comments
 (0)