mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 06:42:49 +02:00
refactor: move month_year_picker to common and make it more generic
This commit is contained in:
@@ -8,4 +8,9 @@ urlpatterns = [
|
||||
views.toasts,
|
||||
name="toasts",
|
||||
),
|
||||
path(
|
||||
"ui/month-year-picker/",
|
||||
views.month_year_picker,
|
||||
name="month_year_picker",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user