monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

Avoid redefining Bootstrap CSS class .glyphicon #80

Closed dzhuang closed 1 year ago

dzhuang commented 2 years ago

PR Description

Purpose

Avoid redfining Bootstrap CSS class .glyphicon.

Approach

Used bootstrap-datapicker-glyphicon instead of glyphicon.

Issues solved in this PR

What has Changed