We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I can't seem to reproduce this on master. It seems to work just fine?
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: