From 4f947c7fc67a2e0a9631780e405dc5c90502a0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Thu, 31 Oct 2024 14:31:23 -0300 Subject: [PATCH] =?UTF-8?q?Resolu=C3=A7=C3=A3o=20de=20templates=20que=20qu?= =?UTF-8?q?ebravam=20o=20start=20do=20sistema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/home/editor_help_snippet.html | 21 ++++++++++ .../templates/sigialerts/alert_snippet.html | 38 +++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 sigi/apps/home/templates/home/editor_help_snippet.html create mode 100644 sigi/apps/utils/templates/sigialerts/alert_snippet.html diff --git a/sigi/apps/home/templates/home/editor_help_snippet.html b/sigi/apps/home/templates/home/editor_help_snippet.html new file mode 100644 index 0000000..06ac428 --- /dev/null +++ b/sigi/apps/home/templates/home/editor_help_snippet.html @@ -0,0 +1,21 @@ + +Utilize os seguintes placeholders + + \ No newline at end of file diff --git a/sigi/apps/utils/templates/sigialerts/alert_snippet.html b/sigi/apps/utils/templates/sigialerts/alert_snippet.html new file mode 100644 index 0000000..5915077 --- /dev/null +++ b/sigi/apps/utils/templates/sigialerts/alert_snippet.html @@ -0,0 +1,38 @@ +{% load i18n %} + + \ No newline at end of file