diff --git a/app/itam/templates/itam/device.html.j2 b/app/itam/templates/itam/device.html.j2 index 6806c054..a24810f4 100644 --- a/app/itam/templates/itam/device.html.j2 +++ b/app/itam/templates/itam/device.html.j2 @@ -141,6 +141,7 @@ {% include 'note.html.j2' %} {% endfor %} {% endif %} + diff --git a/app/itam/templates/itam/operating_system.html.j2 b/app/itam/templates/itam/operating_system.html.j2 index c7c17360..2d9e5cd4 100644 --- a/app/itam/templates/itam/operating_system.html.j2 +++ b/app/itam/templates/itam/operating_system.html.j2 @@ -120,6 +120,7 @@ {% include 'note.html.j2' %} {% endfor %} {% endif %} + diff --git a/app/itam/templates/itam/software.html.j2 b/app/itam/templates/itam/software.html.j2 index cee800e9..00d8db4e 100644 --- a/app/itam/templates/itam/software.html.j2 +++ b/app/itam/templates/itam/software.html.j2 @@ -121,6 +121,7 @@ {% include 'note.html.j2' %} {% endfor %} {% endif %} +