DSpeichert / cloudvcl

Cloud VCL - let your students use virtual environments for class/assignments
https://dspeichert.github.io/cloudvcl/
3 stars 1 forks source link

Selecting a CSV file does not provide any feedback #51

Closed DSpeichert closed 7 years ago

DSpeichert commented 7 years ago

After selecting a file, a selected file's filename should be visible or any other indication that a file was selected. A "Select" button or anything that would hint the need to select a file is also missing.

image

syavatkar commented 7 years ago

image

I seem to be having issues with styling using the Django widgets. As you mentioned a few weeks ago, I should be using {% bootstrap_form form %} . But this doesn't seem to be working well with our new material design theme.

DSpeichert commented 7 years ago

@abhishekvalanju Can you link the relevant documentation with example - from material theme docs?

abhishekvalanju commented 7 years ago

Relevant Documentation Material Theme documentation: https://fezvrasta.github.io/bootstrap-material-design/#fileinput Bootstrap Elements (scroll down to forms section): http://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html

Example file input form from Material Theme docs: https://fezvrasta.github.io/bootstrap-material-design/#fileinput