{% extends "djobberbase/base.html" %} {% block content %}
Step 1: Write
Step 2: Verify
Step 3: Confirm

{% csrf_token %} {{ form.non_field_errors }}
Job details
{{ form.jobtype.errors }} {{ form.jobtype }}    {{ form.category.errors }} {{ form.category }}
Title: {{ form.title.errors }} {{ form.title }}
Location: {{ form.city }} other
Description: {{ form.description.errors }} {{ form.description }}
Hiring company or person {% if form.captcha %} {% endif %}
Name: {{ form.company.errors }} {{ form.company }}
Website: http:// {{ form.url.errors }} {{ form.url }}
E-mail
(not published):
{{ form.poster_email.errors }} {{ form.poster_email }}
Online applications will be sent to this address.
Captcha: {{ form.captcha.errors }} {{ form.captcha }}
{{ form.apply_online }}
{% endblock %}