diff --git a/jobs/templates/jobs/application_form.html b/jobs/templates/jobs/application_form.html index 9bf681f..5cf8066 100644 --- a/jobs/templates/jobs/application_form.html +++ b/jobs/templates/jobs/application_form.html @@ -3,9 +3,11 @@
{% csrf_token %} {{ form |crispy }} -

Screening Questions

- {{ answer_form |crispy }} - + {% if answer_form.forms %} +

Screening Questions

+ {{ answer_form |crispy }} + {% endif %} +
{{form.media}}
diff --git a/jobs/templates/jobs/job_list.html b/jobs/templates/jobs/job_list.html index 66a8e06..58f84ac 100644 --- a/jobs/templates/jobs/job_list.html +++ b/jobs/templates/jobs/job_list.html @@ -18,7 +18,7 @@ {% endfor %}

{{ job.description }}

- Apply + Apply {% endfor %}