Use the new names for the graphs, in the template.

This commit is contained in:
A. Svensson 2015-05-21 17:54:44 +02:00
parent fe728f1260
commit ff9e202df6

View File

@ -54,10 +54,10 @@
</table> </table>
<h3>Weekly history</h3> <h3>Weekly history</h3>
<img src="{% static 'graphs/' %}week-{{graph_file}}.png" /> <img src="{% static 'graphs/' %}week-time-{{graph_file}}.png" />
<h3>Average per day</h3> <h3>Average per day</h3>
<img src="{% static 'graphs/' %}avg_days-{{graph_file}}.png" /> <img src="{% static 'graphs/' %}week-avg_day-{{graph_file}}.png" />
{% endblock %} {% endblock %}