From 743c3cb7e7cf4ac46e4e246040a6b0268f16f6b8 Mon Sep 17 00:00:00 2001 From: Jon Roberts Date: Tue, 4 Apr 2023 12:38:04 -0600 Subject: [PATCH] added Status to application page --- .../templates/application_status.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/registrar/templates/application_status.html b/src/registrar/templates/application_status.html index edf6b5dfd..94cbca895 100644 --- a/src/registrar/templates/application_status.html +++ b/src/registrar/templates/application_status.html @@ -9,6 +9,24 @@

Domain request for {{ domainapplication.requested_domain.name }}

+
+
+

+ Status: +

+ {% if domainapplication.status == 'approved' %} Approved + {% elif domainapplication.status == 'investigating' %} In Review + {% elif domainapplication.status == 'submitted' %} Submitted + {% else %}ERROR Please contact technical support/dev + {% endif %} +
+ +

{% include "includes/domain_application.html" %}

withdraw