ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

Bootstrap 3 upgrade #89

Open JonasHillerDkd opened 5 years ago

JonasHillerDkd commented 5 years ago

Edit the template files for the bootstrap 3 compatibility.

amercader commented 4 years ago

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

JonasHillerDkd commented 4 years ago

Hello amercader,

actually you are right with this:

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.

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 Jonas