Skip to main content

All Questions

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
0 votes
1 answer
475 views

Django: Bootstrap Accordion not working on Regroup content

Django with Bootstrap 3 I am working on a dashboard view for an FAQ system. I have set up the articles to be grouped by section. The section names are the headers in a list-group that when clicked ...
Issac Gable's user avatar
0 votes
2 answers
49 views

Bootstrap layout issue when displaying images

I've been facing this issue for a day or so. Basically I have this code <div class="container"> <div class="row"> {% for post in posts %} <div class="col-md-6"> <div ...
user avatar
0 votes
1 answer
471 views

x-editable not working with bootstrap 3 in django

I'm trying to integrate x-editable library in my web application so that I can create editable elements on my page I have followed the steps in the official link of X-editable (Just the frontEnd ...
pietà's user avatar
  • 760
0 votes
0 answers
295 views

Scrollable table with fixed header loses feature when Chrome window is full screen

I have a Django website where the CSS shown below modifies my tables to have a fixed header and a scrollable body. @import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'; ...
JC203's user avatar
  • 384
1 vote
1 answer
2k views

Bootstrap popover only shows one word of string

I have a set of popovers that show supplemental info upon hovering. They display, but only the first word of the string. template: <a data-toggle="popover" data-trigger="hover" data-content={{...
DeltaG's user avatar
  • 760
0 votes
1 answer
118 views

django registration redux ignoring changes in templates

I've been struggling with Django registration redux over the past two weeks. I'm using the templates that were provided in the documentation and I've made a couple of changes like adding crispy forms ...
Hessa's user avatar
  • 1
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
0 votes
2 answers
345 views

Django/Bootstrapping 404 error

I'm relatively new to Django and can't work out where I am going wrong. I am trying to bootstrap my base.html file which looks like the following <!DOCTYPE html> {% load staticfiles %} &...
user avatar
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
2k views

Crispy forms text input height (Django 1.9)

My input text fields rendered with crispy forms are way too tall. In all the examples I see most text fields have a height of just one character (that is what I want). But my input fields are much ...
zappfinger's user avatar
1 vote
1 answer
3k views

Display validation errors of a Django Form after submitting via jQuery `.ajax`

General I have a form inside a modal. The modals content (the form) is loaded by jQuery .load through $('.modal-content').load('{% url 'edito' q.id %}');. Django returns by this URL through ...
rwx's user avatar
  • 706
-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
2 votes
1 answer
2k views

Django-Bootstrap3 issues with inline form layout

Using the following code to render a form: <div class="row"> <div class="col-lg-6 col-lg-offset-3"> <form action="{% url 'chartboard:chart_url' %}" method="post" class="form"&...
pkaramol's user avatar
  • 18.5k
0 votes
1 answer
536 views

using the attribute role="menu" in a drop down menu for a Django form

i am making a signup page with Django and this is a part of it : <div class="dropdown"> <button id="dLabel" class="form-control form-white dropdown" type="button" data-toggle="dropdown" ...
starter's user avatar
  • 94

15 30 50 per page
1
3 4
5
6 7
11