{% extends 'student/base.html' %} {% block body %} {% load widget_tweaks %} {{ educator_info.name }} {{ educator_info.title }} {{ educator_info.email }} {% for acc in educator_accounts %} {% endfor %} About Me {{ educator_info.about_me }} Your Review Bad Good Excellent {% csrf_token %} {{ review_items_form.management_form }} {% for item in review_items_form %} {{ item.rate.errors }} {{ item.review_item }} {{ item.name }} {{ item.name.value }} {% for choice in item.rate %} {{ choice }} {% endfor %} {% endfor %} {% for field in review_form %} {% if field.name == "content" %} {% render_field field class="form-control" placeholder="Content" rows="6" id="textarea-input" name="textarea-input" %} {% else %} {% render_field field type="checkbox" name="options" id="option1" %} Anonymous {% endif %} {% endfor %} Submit {% endblock %}
{{ educator_info.title }}
{{ educator_info.email }}
{{ educator_info.about_me }}