Add teams
This commit is contained in:
parent
822853be66
commit
840376a4f5
15 changed files with 2054 additions and 16 deletions
8
templates/colorfield/color.html
Executable file
8
templates/colorfield/color.html
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<input type="text"
|
||||
id="{{ widget.attrs.id }}"
|
||||
class="form-control colorfield_field jscolor"
|
||||
name="{{ widget.name }}"
|
||||
value="{% firstof widget.value widget.attrs.default '' %}"
|
||||
placeholder="{% firstof widget.value widget.attrs.default '' %}"
|
||||
data-jscolor="{hash:true,width:225,height:150,required:{% if widget.attrs.required %}true{% else %}false{% endif %}}"
|
||||
{% if widget.attrs.required %}required{% endif %} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue