0.0.10 form poster

This commit is contained in:
SBD
2025-01-10 22:30:27 +03:00
parent 3f0fffda46
commit 1324c63d20
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<div class="w_daterangepicker">
<div class="date_range_input_cont">
<input class="dropped" type="text" name="{{ name }}" id="id_{{ name }}">
<input class="dropped" type="text" name="{{ name }}" id="id_{{ name }}" autocomplete="off"{% if initial %} value="{{ initial }}"{% endif %}>
<img onclick="clickOnDateIconE(this)" src="{% static "v2/icons/widgets/w_datarangepicker/datarangepicker_icon.svg" %}" alt="">
</div>
</div>