0.0.274
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% if route_form %}
|
||||
<form name="find_route">
|
||||
@@ -13,6 +14,18 @@
|
||||
|
||||
{% include "blocks/b_finded_routes.html" %}
|
||||
|
||||
|
||||
<div class="clear_both"></div>
|
||||
|
||||
{% if last_block_routes == False %}
|
||||
<div class="text-align-center w-68 f-r">
|
||||
<button class="button-find-more-routes" id="25" onclick="load_routes(this)">{% trans "Показать ещё 10" %}</button>
|
||||
<div class="width-100 text-align-center mb-10">
|
||||
<img class="loader_f_loading_routes" src="{% static "img/svg/loader.svg" %}">
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -26,13 +26,6 @@
|
||||
<div class="page_routes_2">
|
||||
|
||||
</div>
|
||||
{% if last_block_routes == False %}
|
||||
<div class="text-align-center">
|
||||
<button class="button-find-more-routes" id="25" onclick="load_routes(this)">{% trans "Показать ещё 10" %}</button>
|
||||
<div class="width-100 text-align-center mb-10">
|
||||
<img class="loader_f_loading_routes" src="{% static "img/svg/loader.svg" %}">
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
@@ -74,9 +74,9 @@
|
||||
<img class="svg" src="/static/img/svg/User.svg">
|
||||
<a href="#">Мой профиль</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/profile/logout">Выйти из профиля</a>
|
||||
</div>
|
||||
{# <div>#}
|
||||
{# <a href="/profile/logout">Выйти из профиля</a>#}
|
||||
{# </div>#}
|
||||
</div>
|
||||
<div class="info_profile">
|
||||
{% if not page_html %}
|
||||
|
||||
Reference in New Issue
Block a user