flask-bootstrap Questions

3

I want my website to always redirect to the secure https version of the site, and I'm using flask-talisman to do this. However for some reason adding this seemingly-unrelated line of code is breaki...
Dolomite asked 17/2, 2019 at 4:44

3

Solved

I am looking to integrate a bootstrap template into my flask program. Specifically: I downloaded the zip file for this template: https://startbootstrap.com/template-overviews/sb-admin/ However, t...
Dumpy asked 31/12, 2016 at 22:38

4

Solved

What I'm asking for is actually quite simple. I want to create a form with some fields and a submit and a cancel button. I want to use the quick_form template function of Flask-Bootstrap to keep ov...
Autonomic asked 23/12, 2016 at 11:30

4

Solved

I'm inheriting bootstrap/base.html in a Flask application after installing the Bootstrap Flask extension but having the below error: jinja2.exceptions.TemplateNotFound: bootstrap/base.html
Cortezcortical asked 1/6, 2017 at 22:35

1

Solved

I have checked and found that Flask-Bootstrap natively uses Bootstrap 3.3.7 when you install it by default. But actually I wanted to use Bootstrap 4+ for my project by using Flask-Bootstrap package...
Structure asked 18/1, 2019 at 16:16

2

Solved

I'm learning Flask web development, and the tutorial I'm following introduces an extension called Flask-Bootstrap. To use this extension, you must initialize it first, like this: from flask_bootst...

1

Solved

Using quick_form Flask-Bootstrap to generate the form is very convenient for me, however, I could not find in their documentation a way that I can add extras class to label as required by my templa...
Shakeup asked 28/4, 2018 at 13:2

2

Solved

New to this, trying to build an app following a well known Flask tutorial, using Flask-bootstrap, Flask-wtforms, Jinja etc I have a form with 2 select fields and a button. class Form(FlaskForm):...
Hexapod asked 19/12, 2016 at 22:36

2

Solved

I am able to add a new entry to my database using WTForms and Flask and I can edit too, the problem is that I need to display the already existing information in the database in an edit form. I ha...
Rotary asked 9/3, 2016 at 12:53

1

Solved

I plan to put two forms in one page in my flask app, one to edit general user information and the other to reset password. The template looks like this {% extends "base.html" %} {% import "bootstr...
Article asked 28/9, 2016 at 4:29
1

© 2022 - 2024 — McMap. All rights reserved.