Azure-Samples / djangoapp

The polls app from the official Django tutorial, that demonstrates how to build data-driven Python apps in Azure App Service.
MIT License
54 stars 426 forks source link

Expand date time control by default #17

Closed shizn closed 3 years ago

shizn commented 3 years ago

Purpose

Assume I'm a new developer who follows Azure tutorials to deploy this sample app, it is a little bit annoying that the first poll creation always failed because I didn't put date time info. The reason is simply that this control is collapsed by default. Remove the css so that I can see date time by default when creating a new poll.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Just deploy this change again to the webapp, go to admin page and create a new poll.

What to Check

Verify that the following are valid

Other Information