Remove Stripe JS import
This commit is contained in:
parent
764a6a48f8
commit
c14c94f6f6
|
@ -13,7 +13,6 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="stylesheet" href="{% static 'style.css' %}" />
|
||||
{# <script src="https://js.stripe.com/v3/"></script> #}
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-primary is-fullheight">
|
||||
|
|
Loading…
Reference in New Issue