Reformat html files
This commit is contained in:
parent
9a208ca108
commit
52f1e77fe1
205 changed files with 11096 additions and 11086 deletions
|
@ -1,21 +1,21 @@
|
|||
<input
|
||||
autocomplete="off"
|
||||
type="{{ widget.type }}"
|
||||
name="{{ widget.name }}"
|
||||
{% if widget.value != None %}
|
||||
value="{{ widget.value }}"
|
||||
{% endif %}
|
||||
{% for name, value in widget.attrs.items() %}
|
||||
{% if value %}
|
||||
{{ name }}{% if not value %}="{{ value }}"{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
/>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$("input[name='{{ widget.name }}']").datetimepicker({
|
||||
format: 'Y-m-d H:i:s',
|
||||
});
|
||||
});
|
||||
<input
|
||||
autocomplete="off"
|
||||
type="{{ widget.type }}"
|
||||
name="{{ widget.name }}"
|
||||
{% if widget.value != None %}
|
||||
value="{{ widget.value }}"
|
||||
{% endif %}
|
||||
{% for name, value in widget.attrs.items() %}
|
||||
{% if value %}
|
||||
{{ name }}{% if not value %}="{{ value }}"{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
/>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$("input[name='{{ widget.name }}']").datetimepicker({
|
||||
format: 'Y-m-d H:i:s',
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue