ficlatte / main

Ficlatté website main code
GNU Affero General Public License v3.0
2 stars 2 forks source link

Need an updated datetime picker for Challenges module #52

Open ethel-t-frog opened 3 years ago

ethel-t-frog commented 3 years ago

The original datetime picker we used for Challenges no longer works with Python 3. We should use a new one.

Affected files: castle/forms.py challenge/forms.py

HSAR commented 3 years ago

I can't seem to reproduce this on master. It seems to work just fine? image

ethel-t-frog commented 3 years ago

I'm less worried about the UI. I had to remove datetimewidget.widget from the Python in order to get the project running.

See https://github.com/ficlatte/main/blob/master/castle/forms.py#L22 https://github.com/ficlatte/main/blob/master/challenge/forms.py#L20