diff --git a/CHANGELOG.md b/CHANGELOG.md index 8044b31..dddb08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ Changelog ========= +## Version 1.1 + +### Enhancements and Bugfixes: +* [#51](https://github.com/1modm/petereport/issues/51) Error when importing from DefectDojo +* Minor changes + ## Version 1.0 ### Enhancements and Bugfixes: -* [#48](https://github.com/1modm/petereport/issues/48)'bleach' causing Internal Error 500 +* [#48](https://github.com/1modm/petereport/issues/48) 'bleach' causing Internal Error 500 * Upgraded bleach and django-bleach versions ## Version 0.9 diff --git a/app/preport/templates/findings/defectdojo_products.html b/app/preport/templates/findings/defectdojo_products.html index c88cd73..87b92ca 100644 --- a/app/preport/templates/findings/defectdojo_products.html +++ b/app/preport/templates/findings/defectdojo_products.html @@ -1,5 +1,8 @@ {% extends 'home/template.html' %} +{% load martortags %} +{% load bleach_tags %} + {% block title %} DefectDojo Import {% endblock title %} {% block stylesheets %} @@ -59,7 +62,7 @@