From 62a83eecd0d0835c77fd3ebb3eb11e79a9196318 Mon Sep 17 00:00:00 2001 From: Horilla Date: Tue, 13 Feb 2024 13:50:18 +0530 Subject: [PATCH] [UPDT] RECRUITMENT: Query params clear method calling --- .../templates/pipeline/footer_components.html | 16 +++++++++++++++- templates/index.html | 10 ++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/recruitment/templates/pipeline/footer_components.html b/recruitment/templates/pipeline/footer_components.html index ec5c27ddb..b0493f3cd 100644 --- a/recruitment/templates/pipeline/footer_components.html +++ b/recruitment/templates/pipeline/footer_components.html @@ -35,6 +35,20 @@ +
- \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index cc1994f1f..444a56f32 100755 --- a/templates/index.html +++ b/templates/index.html @@ -360,6 +360,11 @@ } .hydrated{ margin-right:4px; +} +.required-star::after { + content: "*"; + padding-left: 5px; + color: red; } @@ -678,6 +683,11 @@