combo-plugin-gnm/combo_plugin_gnm/templates/webpush_scripts.html

5 lines
287 B
HTML

{% load static %}
<script id="service-worker-js" type="text/javascript" src="{{site_base}}{% static 'webpush/webpush_serviceworker.js' %}?{{statics_hash}}"></script>
<script type="text/javascript" src="{{site_base}}{% static 'combo_plugin_gnm/webpush.js' %}?{{statics_hash}}"></script>