{% extends 'base.html' %} {% load static %} {% load tag_exists %} {% block title %} {{ title }} {% endblock %} {% block styles %} {% endblock %} {% block content %} Update position {% if form.errors %} {% for field in form %} {% for error in field.errors %} × {{ field.label }}: {{ error|escape }} {% endfor %} {% endfor %} {% endif %} {% csrf_token %} Job details Here should be posted information about the job you open. All information posted on the site must be true. The vacancy located by you will be checked by our moderators. Jobs that violate community rules will be removed without explanation and your account will be blocked. Job Title Job Description {{ form.description.value|default_if_none:"" }} Salary(Leave empty if it's negotiable) Required skills {% for tag in tags %} {% tag_exists tag.id form.tags.value as tag_already_exists %} {{ tag.name }} {% endfor %} Type Full time Part time Internship Location Category Web design Graphic design Web development Human Resources Support Android Vacancy: Apply URL (users will apply on your website) Validity of the post Company details Company name {#{{ form.company_description.errors }}#} Company Description {{ form.company_description.value|default_if_none:"" }} Website Save and publish {% endblock %} {% block javascripts %} {% endblock %}
Here should be posted information about the job you open. All information posted on the site must be true. The vacancy located by you will be checked by our moderators. Jobs that violate community rules will be removed without explanation and your account will be blocked.
{{ form.company_description.errors }}