diff --git a/recruitment/__pycache__/views_frontend.cpython-312.pyc b/recruitment/__pycache__/views_frontend.cpython-312.pyc
index 9de137f..72a41e0 100644
Binary files a/recruitment/__pycache__/views_frontend.cpython-312.pyc and b/recruitment/__pycache__/views_frontend.cpython-312.pyc differ
diff --git a/recruitment/views_frontend.py b/recruitment/views_frontend.py
index 2c06fc7..2055fde 100644
--- a/recruitment/views_frontend.py
+++ b/recruitment/views_frontend.py
@@ -240,7 +240,7 @@ def candidate_detail(request, slug):
stage_form = None
if request.user.is_staff:
stage_form = forms.CandidateStageForm()
-
+
# parsed = JSON(json.dumps(parsed), indent=2, highlight=True, skip_keys=False, ensure_ascii=False, check_circular=True, allow_nan=True, default=None, sort_keys=False)
# parsed = json_to_markdown_table([parsed])
return render(request, 'recruitment/candidate_detail.html', {
diff --git a/templates/jobs/job_detail.html b/templates/jobs/job_detail.html
index a55900d..25b27f2 100644
--- a/templates/jobs/job_detail.html
+++ b/templates/jobs/job_detail.html
@@ -347,7 +347,7 @@
{% trans "Create New Form Template" %}
{% else %}
-
+
{% trans "View Form Template" %}
{% endif %}