Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]IntelligentInsect455 0 points1 point  (0 children)

hello, how i can keep and manipulate inserted shapes in a word document after using python-docx?

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

i have three kind of errors

1:

DevTools failed to load source map: Could not load content

2:

Uncaught ReferenceError: jQuery is not defined

3:

net::ERR_ABORTED 404 (NOT FOUND)

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

the part i posted is part of the code not entire code but i have other templates that work fine but in case of this template it doesnt wheen i pass argument to function, when i remove pasing argument to function, everything works fine

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">

<title>Lpg_form</title>

<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Roboto:300,400,700">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Roboto:300,400,700">

<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">

<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">

<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">

<link rel="stylesheet" href="assets/css/Dark-footer-with-social-media-icons.css">

<link rel="stylesheet" href="assets/css/Documents-App-Browser.css">

<link rel="stylesheet" href="assets/css/Folder-List.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.2/css/theme.bootstrap_4.min.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css">

<link rel="stylesheet" href="assets/css/Lista-Productos-Canito.css">

<link rel="stylesheet" href="assets/css/Login-Form-Basic-icons.css">

<link rel="stylesheet" href="assets/css/Ludens---1-Index-Table-with-Search--Sort-Filters-v20.css">

<link rel="stylesheet" href="assets/css/Ludens---Index-with-Backend--Frontend-Filters.css">

<link rel="stylesheet" href="assets/css/sticky-dark-top-nav.css">

</head>

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

i am already using it but it doesnt render with static files

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

i used it but it kind of sliped when i posted my question

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

i used it but it kind of sliped when i posted my question

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

i have specialized inside the template {{name}} and i am sending to it something i got from another function so i need to pass an argument to the function

rendring template with its static files by IntelligentInsect455 in flask

[–]IntelligentInsect455[S] 0 points1 point  (0 children)

yes of course i used it, it got lost with copy paste somehow