mod radar

This commit is contained in:
Benjamin Bertrand
2016-11-26 18:03:03 +03:00
parent 39969777d8
commit 414f411ea5
2 changed files with 6 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ texenv = jinja2.Environment(
from .filters import includegraphics
texenv.filters['includegraphics'] = includegraphics
from notes_tools.tools.marks_plottings import comp_radar, marks_hist
texenv.filters['comp_radar'] = comp_radar
from notes_tools.tools.marks_plottings import radar_on, marks_hist
texenv.filters['radar_on'] = radar_on
texenv.filters['marks_hist'] = marks_hist
def feed_template(target, datas, template):