-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Bootstrap 3 upgrade #89
base: master
Are you sure you want to change the base?
Conversation
That's great @JonasHillerDkd ! One thing that will happen though is that the templates won't render properly for those users using Bootstrap 2. Given than most changes are class renames perhaps a simple approach would be to add both bootstrap 2 and 3 class names, as each version will ignore the other one's. Happy to consider other approaches too |
Hello amercader, actually you are right with this:
But i added a new css class and edited the template file base_form.html. I guess that the template editing will not be compatible with Bootstrap 2. Kind regards |
[Feature] update branch to v0.2.3
This fixes situations where some IUploader implementations may return an absolute HTTP URL as the `image_url` after uploading. This changes the logic to only prefix URLs with the static URL if they are not already absolute.
Feature/update branch to v0.2.4
Edit the template files for the bootstrap 3 compatibility.