Skip to main content

All Questions

0 votes
1 answer
165 views

Django modal bootstrap not displaying

I have been blocked on this problem for several days. I have bootstrap 3.3.7 in the project root folder. I am rendering some buttons in the django template that should open modal windows when clicked. ...
psolomon's user avatar
  • 173
1 vote
1 answer
2k views

Django CreateView messes up bootstrap-modal

Rather a curious problem: My modal works perfectly until I associate the template containing it with a CreateView! So for example if I change template_name in BrandCreateView to new_brand_form1.html, ...
zerohedge's user avatar
  • 3,555
0 votes
1 answer
584 views

Django with Bootstrap 2nd Modal (or subsequent modals) not working

Using the Django for loop It am generating a paginated list from the database. This works. The generated list has a delete button to the right of each entry. At the same page load I an using the the ...
Tony Sherman's user avatar
1 vote
0 answers
456 views

Bootstrap Modal not closing in Safari

I have an issue with bootstrap where Modals are not closing upon form submission in Safari but it is fine in Chrome. Note this is a Django project but I don't think that is the issue. Also I am using ...
Ryan Rushton's user avatar
2 votes
0 answers
677 views

Handling post back of Django all-auth in bootstrap 3 modal popup in Django App

I am using the Django All-Auth app in my Django website with bootstrap 3 navbar template where in the Log In button is in the navbar on the top-right. The navigation is in a different file navbar.html ...
Jayesh's user avatar
  • 1,513