Форум сайта python.su
Всем доброго времени суток. Не могу никак понять что я делаю не так. Сейчас опишу что я делаю:
1. login_blueprint = Blueprint('login_blueprint', __name__, template_folder='templates') - ну как бы и понятно все.
2. app.register_blueprint(login_blueprint, url_prefix='/login') - тут тоже все вроде верно
3.
@login_blueprint.route('/') def index(): form = LoginForm(request.form or None) return render_template("login.html", form=form)
{{url_for('static', filename='bootstrap.min.css')}}
url_for('login_blueprint.static', filename='bootstrap.min.css')
Прикреплённый файлы:
app_structure.txt (1,1 KБ)
Офлайн
fixed;
Офлайн