[UPDT] HORILLA WIDGETS: Trans tag updates

This commit is contained in:
Horilla
2024-01-31 11:50:53 +05:30
parent b880975ce1
commit a33ce467d7
8 changed files with 58 additions and 19 deletions

8
horilla_widgets/urls.py Normal file
View 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"),]