small fix
This commit is contained in:
parent
b7d0dc8257
commit
6447a895c0
Binary file not shown.
@ -240,7 +240,7 @@ def candidate_detail(request, slug):
|
|||||||
stage_form = None
|
stage_form = None
|
||||||
if request.user.is_staff:
|
if request.user.is_staff:
|
||||||
stage_form = forms.CandidateStageForm()
|
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(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])
|
# parsed = json_to_markdown_table([parsed])
|
||||||
return render(request, 'recruitment/candidate_detail.html', {
|
return render(request, 'recruitment/candidate_detail.html', {
|
||||||
|
|||||||
@ -347,7 +347,7 @@
|
|||||||
<i class="fas fa-plus-circle me-1"></i> {% trans "Create New Form Template" %}
|
<i class="fas fa-plus-circle me-1"></i> {% trans "Create New Form Template" %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{% url 'application_submit_form' job.form_template.pk %}" class="btn btn-outline-secondary w-100">
|
<a href="{% url 'application_submit_form' job.form_template.slug %}" class="btn btn-outline-secondary w-100">
|
||||||
<i class="fas fa-list-alt me-1"></i> {% trans "View Form Template" %}
|
<i class="fas fa-list-alt me-1"></i> {% trans "View Form Template" %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user