job detail page facing the candidate

This commit is contained in:
Faheed 2025-10-07 18:34:30 +03:00
parent 7a0bf3262d
commit 2b2488f712
8 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@ -87,9 +87,11 @@
<div class="card-body text-center">
<p class="text-muted">Review the job details, then apply below.</p>
<a href="#" class="btn btn-main-action btn-lg w-100">
<i class="fas fa-paper-plane me-2"></i> Apply for this Position
</a>
{% if job.form_template %}
<a href="{% url 'form_wizard' job.form_template.pk %}" class="btn btn-main-action btn-lg w-100">
<i class="fas fa-paper-plane me-2"></i> Apply for this Position
</a>
{% endif %}
{% comment %} <p class="text-muted mt-3 mb-0">
<small>Application ID: **{{ job.pk }}**</small>
@ -218,8 +220,8 @@
</div>
</div>
<div class="mobile-fixed-apply-bar d-lg-none">
{% if job.form_template.pk %}
<div class="mobile-fixed-apply-bar d-lg-none">
{% if job.form_template %}
<a href="{% url 'form_wizard' job.form_template.pk %}" class="btn btn-main-action btn-lg w-100">
<i class="fas fa-paper-plane me-2"></i> Apply for this Position
</a>