1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-07 15:19:58 +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
note.cron
tox.ini
uwsgi_note.ini
uwsgi_params
nk20/templates/bootstrap_datepicker_plus/time_picker.html
2020-03-27 13:50:02 +01:00

7 lines
307 B
HTML

<div class="input-group date">
{% include "bootstrap_datepicker_plus/input.html" %}
<div class="input-group-addon input-group-append" data-target="#datetimepicker1" data-toggle="datetimepickerv">
<div class="input-group-text"><i class="glyphicon glyphicon-time"></i></div>
</div>
</div>