app/soc/templates/soc/student_project/manage.html
changeset 2690 730676c00907
parent 2688 dfe0439a0711
child 2743 b9a146acb9bb
equal deleted inserted replaced
2689:18d8486fd411 2690:730676c00907
    16 
    16 
    17 {% block body %}
    17 {% block body %}
    18 {% block instructions %}
    18 {% block instructions %}
    19 Use this page to manage the Student Project. You can (re)assign Mentors here and check the status of the evaluations.
    19 Use this page to manage the Student Project. You can (re)assign Mentors here and check the status of the evaluations.
    20 {% endblock %}
    20 {% endblock %}
       
    21 
       
    22 <p>
       
    23 <table>
       
    24   {% readonly_field_as_table_row "Student Name" entity.student.name %}
       
    25   {% readonly_field_as_table_row "Mentor Name" entity.mentor.name %}
       
    26   {% readonly_field_as_table_row entity.fields.title.label entity.title %}
       
    27   {% readonly_field_as_table_row entity.fields.abstract.label entity.abstract %}
       
    28 </table>
       
    29 </p>
    21 
    30 
    22 <p>
    31 <p>
    23 <b>Primary Mentor</b><br />
    32 <b>Primary Mentor</b><br />
    24 In this section you can assign a new Primary Mentor.
    33 In this section you can assign a new Primary Mentor.
    25 Note that if you select a co-Mentor from this list that Mentor will be removed from the co-Mentors.
    34 Note that if you select a co-Mentor from this list that Mentor will be removed from the co-Mentors.