mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-15 01:02:45 +02:00
feat: add active and finished tabs to installment plan management
This commit is contained in:
@@ -82,6 +82,16 @@ urlpatterns = [
|
||||
views.installment_plans_list,
|
||||
name="installment_plans_list",
|
||||
),
|
||||
path(
|
||||
"installment-plans/list/active/",
|
||||
views.active_installment_plans_list,
|
||||
name="active_installment_plans_list",
|
||||
),
|
||||
path(
|
||||
"installment-plans/list/finished/",
|
||||
views.finished_installment_plans_list,
|
||||
name="finished_installment_plans_list",
|
||||
),
|
||||
path(
|
||||
"installment-plans/add/",
|
||||
views.installment_plan_add,
|
||||
|
||||
Reference in New Issue
Block a user