Commit f496c02dc73ea19f9050d602b04ebc68c7dc9c64

Authored by Patrick Maeght
1 parent a8c3ab74
Exists in dev

weather page

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
src/dashboard/templates/dashboard/reload_weather.html
... ... @@ -17,7 +17,15 @@
17 17 {% endblock %}
18 18  
19 19 {% block content %}
20   -<div id="refresh" class="container-fluid">
  20 +<div id="page-wrapper" class="row">
  21 + <h1 id="none">Weather info</h1>
  22 + <div class="well">
  23 + Maximum of weather info iteration set: {{iteration}}
21 24 </div>
22   -
  25 + <div class="row">
  26 + <h3>List of Weather Info </h3>
  27 + <div id="refresh" class="container-fluid">
  28 + </div>
  29 + </div>
  30 +</div>
23 31 {% endblock %}
24 32 \ No newline at end of file
... ...