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
69 views

Djnago: Bootstrap3 form dropdown options display issue

I am using bootstrap3 in django template to display dropdown menu so that user can select the option they chooses. After selecting the option, selected option is not displaying clearly. See below ...
sreekanthkura7's user avatar
0 votes
0 answers
132 views

Django/Bootstrap RadioButton Rendered appears to be disabled

I am using Django1.8.6 along with django-bootstrap3. This is my model for companies to set there program status and privacy class CompanyInformationSetting(models.Model): PROGRAM_PRIVACY = ( ('...
Aman Raparia's user avatar
0 votes
1 answer
281 views

django-bootstrap3: changed theme_url but Bootswatch theme not loading?

I'm trying to use the bootswatch flatly theme. I followed the instructions given on the documentation regarding updating the settings. I've added the following to my project's settings.py: ...
jenkhai's user avatar
  • 59
1 vote
2 answers
1k views

How to move form field to new line with bootstrap grid?

I am using django-bootstrap3 form that I would like to alter a little bit. This is code I am using: <div class="row"> {% for field in form %} {% bootstrap_field field form_group_class='...
Lucas03's user avatar
  • 2,316
0 votes
1 answer
541 views

Designing my own list in django and bootstrap

Hi I'm pretty new to django and bootstrap. I would like to know if there is a way to create a custom list items. For example, I have my User class in models, I would like to show all users in a list ...
Gal Fridman's user avatar