1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-29 03:51:41 +02:00
Files
ansible
apps
locale
media
note_kfet
requirements
static
templates
activity
bootstrap_datepicker_plus
date_picker.html
input.html
time_picker.html
cas_server
colorfield
django_filters
member
note
permission
registration
scripts
treasury
wei
400.html
403.html
404.html
500.html
base.html
.dockerignore
.env_example
.gitignore
.gitlab-ci.yml
.gitmodules
COPYING
Dockerfile
LICENSE
README.md
entrypoint.sh
manage.py
nginx_note.conf_docker
nginx_note.conf_example
tox.ini
uwsgi_note.ini
uwsgi_params
nk20/templates/bootstrap_datepicker_plus/input.html
2020-03-27 13:50:02 +01:00

4 lines
350 B
HTML

<input type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None and widget.value != "" %}
value="{{ widget.value }}"{% endif %}{% for name, value in widget.attrs.items %}{% ifnotequal value False %}
{{ name }}{% ifnotequal value True %}="{{ value|stringformat:'s' }}"{% endifnotequal %}
{% endifnotequal %}{% endfor %}/>