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

7 lines
311 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-calendar"></i></div>
</div>
</div>