Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% load i18n %}
|
||||
{% load webpush_notifications %}
|
||||
|
||||
<footer>
|
||||
<div>
|
||||
@@ -69,12 +70,14 @@
|
||||
|
||||
</div>
|
||||
<div class="clear-both"></div>
|
||||
<div style="text-align: left; color: #FFF !important;">{% webpush_button %}</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="second-footer">
|
||||
<div>
|
||||
|
||||
|
||||
<div class="sf_1_column">Copyright © 2023. {% trans "Все права защищены." %}</div>
|
||||
|
||||
<div class="sf_2_column">
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{% load i18n %}
|
||||
{% load base_tags_extra %}
|
||||
{% load webpush_notifications %}
|
||||
|
||||
<div class="header_big_background">
|
||||
</div>
|
||||
<header id="header_bg">
|
||||
@@ -131,6 +133,7 @@
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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>#}
|
||||
|
||||
Reference in New Issue
Block a user