forked from uncloud/uncloud
Rename template
This commit is contained in:
parent
6efedcb381
commit
f7c68b5ca5
3 changed files with 69 additions and 94 deletions
|
|
@ -51,7 +51,7 @@ class OrderViewSet(viewsets.ReadOnlyModelViewSet):
|
|||
class RegisterCard(LoginRequiredMixin, TemplateView):
|
||||
login_url = '/login/'
|
||||
|
||||
template_name = "uncloud_pay/stripe.html"
|
||||
template_name = "uncloud_pay/register_stripe.html"
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue