Posts by José • 1 point
2 posts
-
-1
votes0
answers26
viewsQ: How to display elements in html according to the python flask database id?
This is my view in case you would like to know how to filter what will be shown in the next route for example in the group table has the id and in the table layer tbm according to your id in the…
-
-1
votes1
answer29
viewsQ: How to align side by side the li tag inside the for loop in html flask jinja2?
How do I align side by side the tag li within the loop for in flask {% for g in groups %} <div class='circle'> <ul class="circle-list"> <li class="group"> <a href="/layers">…