Patryk Be
Patryk Be

Reputation: 49

Django schedule framework doesn't work like it's supposed to

I'm trying to get to work the schedule framework for django but it doesn't look right and it's functually broken as well, although only in the front-end. My guess would be that Javascript (jquery?) doesn't work correctly.

This is how it is supposed to look like

vs

this is how it actually looks like

Does anybody have an Idea what the Problem might be? Any help would be much appreciated.

Upvotes: 0

Views: 75

Answers (1)

Patryk Be
Patryk Be

Reputation: 49

I did some digging in the framework's github issue page and apparently there are lots of people with the same issue. I have come to the conclusion that just looks like this out of the box and that I did nothing wrong (at least to cause this look). I will just try to make my own views and templates.

Upvotes: 0

Related Questions