This commit is contained in:
2023-08-15 15:10:40 +03:00
parent e280283e40
commit 35da421ad2
3 changed files with 31 additions and 26 deletions

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><script type="text/ecmascript" xlink:href="//faviconer.net/jscripts/smil.user.js"/><g><circle cx="16" cy="64" r="16" fill="#ff613a"/><circle cx="16" cy="64" r="14.344" fill="#ff613a" transform="rotate(45 64 64)"/><circle cx="16" cy="64" r="12.531" fill="#ff613a" transform="rotate(90 64 64)"/><circle cx="16" cy="64" r="10.75" fill="#ff613a" transform="rotate(135 64 64)"/><circle cx="16" cy="64" r="10.063" fill="#ff613a" transform="rotate(180 64 64)"/><circle cx="16" cy="64" r="8.063" fill="#ff613a" transform="rotate(225 64 64)"/><circle cx="16" cy="64" r="6.438" fill="#ff613a" transform="rotate(270 64 64)"/><circle cx="16" cy="64" r="5.375" fill="#ff613a" transform="rotate(315 64 64)"/><animateTransform attributeName="transform" type="rotate" values="0 64 64;315 64 64;270 64 64;225 64 64;180 64 64;135 64 64;90 64 64;45 64 64" calcMode="discrete" dur="720ms" repeatCount="indefinite"></animateTransform></g></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -167,6 +167,7 @@ function confirmRemove(el) {
function searchTown(el){ function searchTown(el){
if(el.value.length>=3){ if(el.value.length>=3){
let timer = null let timer = null
if (timer) { if (timer) {

View File

@@ -73,6 +73,7 @@
{% if not errors_off and form.errors and form.errors.departure_DT %} {% if not errors_off and form.errors and form.errors.departure_DT %}
<span>{{ form.errors.departure_DT }}</span> <span>{{ form.errors.departure_DT }}</span>
{% endif %} {% endif %}
</div> </div>
<div> <div>
<label for="id_arrival_DT">{{ form.fields.arrival_DT.label }}</label> <label for="id_arrival_DT">{{ form.fields.arrival_DT.label }}</label>
@@ -87,6 +88,7 @@
<span>{{ form.errors.arrival_DT }}</span> <span>{{ form.errors.arrival_DT }}</span>
{% endif %} {% endif %}
</div> </div>
<div class="clear_both"></div>
</div> </div>
<hr> <hr>
<div class="from_to_country"> <div class="from_to_country">
@@ -118,6 +120,7 @@
</datalist> </datalist>
<div class="input_list" name="from_address_point_txt_list"> <div class="input_list" name="from_address_point_txt_list">
</div> </div>
{% if not errors_off and form.errors and form.errors.from_address_point %} {% if not errors_off and form.errors and form.errors.from_address_point %}
<span>{{ form.errors.from_address_point}}</span> <span>{{ form.errors.from_address_point}}</span>