Mercurial > personal > weather-server
comparison weather_server/templates/location.html @ 18:9d07dc5c3340
Make graph look nicer.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 12 Oct 2019 21:02:02 -0400 |
parents | fdb874e0b270 |
children | 47987502bf4c |
comparison
equal
deleted
inserted
replaced
17:fdb874e0b270 | 18:9d07dc5c3340 |
---|---|
37 </span> | 37 </span> |
38 </p> | 38 </p> |
39 {% else %} | 39 {% else %} |
40 <p id="big-question-mark">?</p> | 40 <p id="big-question-mark">?</p> |
41 {% endif %} | 41 {% endif %} |
42 <!-- --> | 42 <!-- |
43 <script src="{{ url_for('static', filename='amd/mad.js') }}"></script> | 43 <script src="{{ url_for('static', filename='amd/mad.js') }}"></script> |
44 <script>new MADRegistry().install(self);</script> | 44 <script>new MADRegistry().install(self);</script> |
45 <script src="{{ url_for('static', filename='graph.js') }}"></script> | 45 <script src="{{ url_for('static', filename='graph.js') }}"></script> |
46 <script> | 46 <script> |
47 require('graph').setUp( | 47 require('graph').setUp( |