no more ploting function filter in texenv
This commit is contained in:
parent
37e9cdd27f
commit
8fa922d469
|
@ -31,13 +31,6 @@ texenv = jinja2.Environment(
|
|||
from .filters import includegraphics
|
||||
texenv.filters['includegraphics'] = includegraphics
|
||||
|
||||
from notes_tools.tools.marks_plottings import *
|
||||
texenv.filters['radar_on'] = radar_on
|
||||
texenv.filters['marks_hist'] = marks_hist
|
||||
texenv.filters['parallele_on'] = parallele_on
|
||||
texenv.filters['pie_skill_evaluation'] = pie_skill_evaluation
|
||||
texenv.filters['pies_skills_level'] = pies_skills_level
|
||||
|
||||
def feed_template(target, datas, template):
|
||||
""" Get the template and feed it to create reports
|
||||
|
||||
|
|
Loading…
Reference in New Issue