mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 17:18:44 +02:00
feat: add transfer form
This commit is contained in:
@@ -44,4 +44,9 @@ urlpatterns = [
|
||||
views.month_year_picker,
|
||||
name="available_dates",
|
||||
),
|
||||
path(
|
||||
"transactions/transfer",
|
||||
views.transactions_transfer,
|
||||
name="transactions_transfer",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user