[UPDT] HORILLA WIDGETS: Trans tag updates
This commit is contained in:
8
horilla_widgets/urls.py
Normal file
8
horilla_widgets/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
horilla_widget/urls.py
|
||||
"""
|
||||
from django.urls import path
|
||||
from horilla_widgets import views
|
||||
|
||||
|
||||
urlpatterns = [path("get-filter-form", views.get_filter_form, name="get-filter-form"),]
|
||||
Reference in New Issue
Block a user