feat link index weather card to /weather page

Wrapping the forecast card in a full-card anchor navigates to the dedicated weather view.

Commit
09966414539a00e5994c90d3069a81a28b9ba310
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/templates/dashboard/index.html.ep
index 9a906999..716aca39 100644..100644
@@ -31,6 +31,7 @@
31 31 </section>
32 32
33 33 <section aria-label="Weather forecast">
34 Added: <a href="/weather" class="text-decoration-none text-reset d-block">
34 35 <div class="card" data-weather-forecast>
35 36 <div class="card-body py-2 px-3">
36 37 <div class="mb-1">
@@ -42,5 +43,6 @@
42 43 </div>
43 44 </div>
44 45 </div>
46 Added: </a>
45 47 </section>
46 48 </section>