troeger / fuzzed

The Open Reliability Editor (ORE) for dependability modeling and analysis.
https://live.ore-project.org
21 stars 9 forks source link

Render kind id of SVG thumbnails using Django templating. #18

Open cwerling opened 9 years ago

cwerling commented 9 years ago

The SVG thumbnail ids need to match the kind identifier used in the notations file in order to work with the nose.js implementation. So far the id string must be set manually while creating the SVG. Automize it by using Django template magic instead, and let the id be set automatically.