1.0.6 push routines

This commit is contained in:
SDE
2024-05-08 11:23:01 +03:00
parent 4b588eb6e4
commit 2f421bb0ac
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{% load static %}
{% load tt_chat %}
{% load i18n %}
{% load webpush_notifications %}
<!DOCTYPE html>
<html lang="{{ request.LANGUAGE_CODE }}">
@@ -10,6 +11,7 @@
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,initial-scale=1,height=device-height">
<meta name="vapid-key" content="{{ vapid_key }}">
{% webpush_header %}
{% include "inter/meta_names.html" %}
{# <script src='{% static "js/jquery_v3_6_4.js" %}'> </script>#}