diff --git a/app/templates/vendor/billing.html b/app/templates/vendor/billing.html index 1845c6e7..67d15d27 100644 --- a/app/templates/vendor/billing.html +++ b/app/templates/vendor/billing.html @@ -446,6 +446,6 @@ {% endblock %} -{% block scripts %} +{% block extra_scripts %} {% endblock %} diff --git a/static/shared/js/icons.js b/static/shared/js/icons.js index 85957226..c3d9a36f 100644 --- a/static/shared/js/icons.js +++ b/static/shared/js/icons.js @@ -50,6 +50,12 @@ const Icons = { 'check': ``, 'close': ``, 'x': ``, + 'x-mark': ``, + 'paint-brush': ``, + 'arrow-trending-up': ``, + 'puzzle-piece': ``, + 'arrow-down-tray': ``, + 'exclamation-triangle': ``, 'refresh': ``, 'duplicate': ``, 'clipboard-copy': ``,