0.0.302 clear ID of hide inputs in create/find routes
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
oninput="searchTown(this)"
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
minlength="3"
|
||||
@@ -159,7 +159,7 @@
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
name="to_address_point_txt"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
oninput="searchTown(this)"
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
minlength="3"
|
||||
@@ -62,7 +62,7 @@
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
name="to_address_point_txt"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{% extends "tb_base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
@@ -24,6 +27,8 @@
|
||||
|
||||
<h2 id="title_static">{% translate "Читайте также:" %}</h2>
|
||||
|
||||
|
||||
|
||||
<div class="previous_next_news">
|
||||
{% for item in arts_top %}
|
||||
|
||||
@@ -39,7 +44,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{#<div>{{ art.text|safe }}</div>#}
|
||||
<div>{{ art.text|safe }}</div>
|
||||
{% endfor %}
|
||||
|
||||
<div class="news_item_static">
|
||||
@@ -66,7 +71,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{#<div>{{ art.text|safe }}</div>#}
|
||||
<div>{{ art.text|safe }}</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="news_description">
|
||||
{{ art.description|truncatechars:400 }}
|
||||
{# <div class="news_gradient"></div>#}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user