1.0.6 push routines
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% load i18n %}
|
||||
{% load base_tags_extra %}
|
||||
{% load webpush_notifications %}
|
||||
|
||||
<div class="header_big_background">
|
||||
</div>
|
||||
<header id="header_bg">
|
||||
@@ -123,14 +125,15 @@
|
||||
</div>
|
||||
|
||||
<div class="menu_profile_btn">
|
||||
<a class="btn_menu_profile" href="{% url "login_profile" %}" >{% trans "Войти" %}</a>
|
||||
<a class="btn_menu_profile" href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
<a class="btn_menu_profile" href="{% url "login_profile" %}" >{% trans "Войти" %}</a>
|
||||
<a class="btn_menu_profile" href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
</div>
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div style="text-align: right;">{% webpush_button %}</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user