Add CRUD template views
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user