From 59e058c78ff3041ab40bd35ed9673367682c9c11 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 8 Apr 2022 10:35:37 +0100 Subject: [PATCH] Show flash message on IsA page --- templates/isa.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/isa.html b/templates/isa.html index 0b0ac24..d198d9f 100644 --- a/templates/isa.html +++ b/templates/isa.html @@ -4,6 +4,7 @@ {% block content %}
+ {% include "flash_msg.html" %}

{{ self.title() }}