Skip to main content

All Questions

0 votes
0 answers
52 views

Django: Bootstrap 3 modal darkens when being clicked

This is a quiz app where several quiz can be added to a particular topic. However, when I click on the button to start the quiz, the modal asking for confirmation pops up but in a darkened way. It ...
Alpha's user avatar
  • 217
0 votes
0 answers
450 views

Bootstrap javascript not working in Django

I downloaded bootstrap and configured it in my Django application and everything was good after sometime the JavaScript stopped working but the CSS is working. I don't know what is wrong with it. The ...
ade desmond's user avatar
-2 votes
1 answer
1k views

jquery not working on django

jquery does not work on django project I used with bootstrap. please help me .html <div class="domains-slider marquee"> <ul> <li><a href="#">BTC/USD</a&...
Ömer's user avatar
  • 131
1 vote
1 answer
55 views

Ajax issue of Django user login using bootstrap 3.x modal

My purpose is once modal form submitted, ajax pass the username and password to a view and get back the json info to update the modal form, I trace the djanog code ,and 100% sure the JsonResponse(...
wu peter's user avatar
0 votes
1 answer
56 views

Passing values to default Django authentication form

I have very silly question: How can I get value and assign it correctly to django variables {{form.username}} and {{form.password}}? I have a bootstrap sign-in page and default django ...
Kabun's user avatar
  • 35
0 votes
1 answer
115 views

using bootstrap with reactjs in browser

I am working on a Django project in python. I am trying to use bootstrap3.3 with ReactJS. I do not use any package manager because I want to use ReactJS in browser for few pages so I made it simple. ...
Hassan's user avatar
  • 742
-1 votes
2 answers
91 views

Destory a bootstrap 3.3.6 modal that's filled by djangos render_to_string

Description I have a page with multiple items and each of these have a information button. If this button is clicked a modal fades in and more inforamation should be displayed about the clicked item. ...
rwx's user avatar
  • 706
0 votes
1 answer
472 views

Bootstrap tag-inputs sending POST with spaces

I'm working in a system I did not developed made in Django using JQuery and Bootstrap. I have this tag-inputs: <div id="roles" class="tab-pane"><!-- ROLES --> <input id="...
Zair Henrique's user avatar
0 votes
1 answer
68 views

how to place the chart in the centre while using django-chartit?

I want to place the chart in the web's centre. But i found that whatever i did the chart just stay there stick to the web's left side. Here's my code: models.py class User_Data(models.Model): ...
Peter Tsung's user avatar
0 votes
1 answer
618 views

Django and Loading Javascript

I'm setting up a Bootstrap Carousel working from a Django-powered image database. I have no errors in the console log, jQuery is loading, etc., so I'm definitely missing something painfully obvious. ...
slink's user avatar
  • 211
2 votes
1 answer
1k views

hide.bs.modal not firing in Bootstrap 3.2 w/ Django 1.6.5 (remote modal content)

I'm working on a dashboard that shows a list of hosts. When the user clicks on a host, I would like to pop up a modal dialog with additional details about that host. I'm currently using Bootstrap's ...
Paul Greene's user avatar
0 votes
0 answers
1k views

Open Twitter Bootstrap Modal for Social Login with Django

I just recently posted a very similar question to this but implemented this using javascript and had it open in a separate window altogether. I've come a lot further along since and began to implement ...
gh0st's user avatar
  • 1,692