darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Using suit date widget in intermediate action form #648

Open gamesbook opened 6 years ago

gamesbook commented 6 years ago

If this is a bug please specify versions you're using first.

Django version: 1.10.7 Django Suit version: 2.0a1 Python version: 3.5.3

Issue:

I'd like to use the Suit date(time) widget in a intermediate form called from an action; is there a simple way to do this? What approach is needed. Thanks.