Add CRUD template views

This commit is contained in:
2022-11-03 07:20:30 +00:00
parent d805a39466
commit 1de84e17c9
2 changed files with 258 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ class Signup(CreateView):
return render(request, "registration/registration_closed.html")
super().get(request, *args, **kwargs)
class Portal(LoginRequiredMixin, View):
async def get(self, request):
if not settings.STRIPE_ENABLED: