Posts by miguel carreira • 11 points
3 posts
-
0
votes0
answers133
viewsQ: Html "active" of the Carousel
Good. I have a project with several views that contain a Carousel. For example, this is my main page and when I press, for example, the first "See more" button this appears So far so good! But if I…
-
1
votes1
answer517
viewsQ: Route.config of website in c# Asp.net
I’m building a website. But there’s one issue I can’t resolve. I have a Home Controller, where I have all the Views of the site. For example, I enter and when I click one of the images to go to…
-
-1
votes2
answers186
viewsQ: Display items from a list in the Django html
My code is this:: {% for item in saldo %} {{item}} {% endfor %} And I would like to present the numbers (in the image), each in each row. Does anyone know how? I tried to do a "for" inside the…