0.0.11 form poster

This commit is contained in:
SBD
2025-01-10 22:34:32 +03:00
parent 1324c63d20
commit 4231e85a8e
2 changed files with 2 additions and 8 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 }}" autocomplete="off"{% if initial %} value="{{ initial }}"{% endif %}>
<input class="dropped" type="text" name="{{ name }}" id="id_{{ name }}" autocomplete="off"{% if initial %} value="{{ initial|date:'d.m.Y' }}"{% endif %}>
<img onclick="clickOnDateIconE(this)" src="{% static "v2/icons/widgets/w_datarangepicker/datarangepicker_icon.svg" %}" alt="">
</div>
</div>