{% extends "base.html" %} {% block title %}Change position for {{ ad.plain_name }} on {{ wg.acronym }}{% 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 .block_comment { padding-top: 20px } form.position-form #id_block_comment, form.position-form #id_comment { width: 700px; height: 250px; } form.position-form .comment { margin-top: 20px; } {% endblock %} {% block content %}

Change position for {{ ad.plain_name }} on {{ wg.acronym }}

{{ form.position }}
{{ form.block_comment.label_tag }}: {% if old_pos and old_pos.block_comment_time %}(last edited {{ old_pos.block_comment_time }}){% endif %}
{{ form.block_comment.errors }} {{ form.block_comment }}
{{ form.comment.label_tag }}: {% if old_pos and old_pos.comment_time %}(last edited {{ old_pos.comment_time }}){% endif %}
{{ form.comment }}
Back
{{ form.return_to_url }}
{% endblock %} {% block content_end %} {% endblock %}