djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

/profile/org/plans/ doesn't work #152

Closed knivets closed 5 years ago

knivets commented 5 years ago
screen shot 2019-01-05 at 17 03 16
smirolo commented 5 years ago

I see the name of that url is saas_plan_base. This suggest the URL is not linked directly but meant to be used as a prefix for detailed plan pages (/profile//plans// , saas_plan_edit).

None-the-less it makes sense that the URL will return a list of the plans for the organization instead of an error. The template_name for that page should be saas/profile/plans/index.html.

To be implemented.

smirolo commented 5 years ago

closed by PR #153