Browse Source

Fix reports

l0ud 12 years ago
parent
commit
2fabf387ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/admin/stats/graph.html

+ 1 - 1
templates/admin/stats/graph.html

@@ -2,7 +2,7 @@
 {% load i18n %}
 {% load i18n %}
 {% import "_forms.html" as form_theme with context %}
 {% import "_forms.html" as form_theme with context %}
 {% from "admin/macros.html" import page_title %}
 {% from "admin/macros.html" import page_title %}
-{% from "admin/overview/stats/plot.html" import draw_plot_tooltips, draw_plot with context %}
+{% from "admin/stats/plot.html" import draw_plot_tooltips, draw_plot with context %}
 
 
 {% block title %}{{ page_title(title=title, parent=_('Stats')) }}{% endblock %}
 {% block title %}{{ page_title(title=title, parent=_('Stats')) }}{% endblock %}