From 7ae7ffaef46cc27a2bae9acdcfa70dff80a05f7a Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 21 May 2024 01:46:04 +0930 Subject: [PATCH] fix: correct typo in notes templates !8 #7 --- app/itam/templates/itam/device.html.j2 | 1 + app/itam/templates/itam/operating_system.html.j2 | 1 + app/itam/templates/itam/software.html.j2 | 1 + 3 files changed, 3 insertions(+) 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 %} +