diff options
Diffstat (limited to 'pyblackbird_cc/templates/base.html')
-rw-r--r-- | pyblackbird_cc/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index 9e74a50..ce80ca3 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -47,6 +47,7 @@ <script defer src="{% static 'js/project.js' %}"></script> <script src="{% static "bootstrap/js/bootstrap.js" %}"></script> <script src="{% static "js/htmx.min.js" %}"></script> + <script src="https://js.stripe.com/v3/"></script> {% endblock javascript %} </head> <body> |