Commit 02f867af authored by Your Name's avatar Your Name

fix: add admin_payment_settings.html to setup.py data_files

- Template was missing from PyPI package
- Caused TemplateNotFound error when accessing /dashboard/admin/payment-settings
- Added to templates/dashboard list in setup.py line 218
parent 405ccb34
...@@ -215,6 +215,7 @@ setup( ...@@ -215,6 +215,7 @@ setup(
'templates/dashboard/delete_account.html', 'templates/dashboard/delete_account.html',
'templates/dashboard/admin_tiers.html', 'templates/dashboard/admin_tiers.html',
'templates/dashboard/admin_tier_form.html', 'templates/dashboard/admin_tier_form.html',
'templates/dashboard/admin_payment_settings.html',
'templates/dashboard/pricing.html', 'templates/dashboard/pricing.html',
'templates/dashboard/subscription.html', 'templates/dashboard/subscription.html',
'templates/dashboard/billing.html', 'templates/dashboard/billing.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment