{% extends "base.html" %} {% block title %}Change position for {{ ad }} on {{ doc }}{% endblock %} {% block morecss %} form.position-form .position ul { padding: 0; margin: 0; } form.position-form .position li { list-style-type: none; float: left; padding-right: 10px; } form.position-form .last-edited { font-style: italic; } form.position-form .discuss-text { padding-top: 20px } form.position-form #id_discuss_text, form.position-form #id_comment_text { width: 700px; height: 250px; } form.position-form .comment-text { margin-top: 20px; } {% endblock %} {% block content %}

Change position for {{ ad }} on {{ doc }}

{% if ballot.was_deferred %}
Ballot deferred by {{ ballot.deferred_by }} on {{ ballot.deferred_date }}.
{% endif %}
{{ form.position }} {% if ballot.was_deferred %}{% else %}{% endif %}
{{ form.discuss_text.label_tag }}: {% if discuss %}(last edited {{ discuss.date }}){% endif %}
{{ form.discuss_text.errors }} {{ form.discuss_text }}
{{ form.comment_text.label_tag }}: {% if comment %}(last edited {{ comment.date }}){% endif %}
{{ form.comment_text }}
Back
{{ form.return_to_url }}
{% endblock %} {% block content_end %} {% endblock %}