@@ -298,22 +296,17 @@ export function SimulationFormPage(): JSX.Element {
{/* Done banner */}
{isDone && (
-
+
)}
{/* SOC banner */}
{socBlocked && (
-
- Simulation not yet ready for review — the red team must mark it as "Review required" before you can fill in the SOC section.
+
+
+ Simulation not yet ready for review — the red team must mark it as "Review required" before you can fill in the SOC section.
+
)}
diff --git a/frontend/src/pages/TemplateFormPage.tsx b/frontend/src/pages/TemplateFormPage.tsx
index 8300a54..566d7b6 100644
--- a/frontend/src/pages/TemplateFormPage.tsx
+++ b/frontend/src/pages/TemplateFormPage.tsx
@@ -9,6 +9,7 @@ import { FormField, TextArea, TextInput } from '@/components/FormField';
import { LoadingState } from '@/components/LoadingState';
import { ErrorState } from '@/components/ErrorState';
import { ConfirmDialog } from '@/components/ConfirmDialog';
+import { BackLink } from '@/components/BackLink';
import { MitreTechniqueTag, MitreTacticTag } from '@/components/MitreTechniqueTag';
import { MitreTechniquePicker } from '@/components/MitreTechniquePicker';
import { MitreMatrixModal } from '@/components/MitreMatrixModal';
@@ -127,9 +128,7 @@ export function TemplateFormPage(): JSX.Element {