{% if user and user.is_authenticated and user.is_administrator() %} {# admin can post answers or questions on behalf of anyone. #}
{{ post_form.post_author_username.errors }} {{ post_form.post_author_email.errors }}
{% endif %}