pedagogy: more details on uv_detail for tests purpose

This commit is contained in:
Antoine Bartuccio 2019-06-18 21:48:13 +02:00
parent 061320a5df
commit e11d45b51e
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
<p>{{ object.program|markdown }}</p>
<p>{{ object.skills|markdown }}</p>
<p>{{ object.key_concepts|markdown }}</p>
<p>{% trans %}UV manager: {% endtrans %}{{ object.manager }}</p>
{% if object.comments.exists() %}
<h2>{% trans %}Comments{% endtrans %}</h2>
@ -21,7 +22,7 @@
<p>{{ comment.grade_interest }}</p>
<p>{{ comment.grade_teaching }}</p>
<p>{{ comment.grade_work_load }}</p>
<p>{{ comment.comment }}</p>
<p>{{ comment.comment|markdown }}</p>
<p>{% trans %}Published: {% endtrans %}{{ comment.publish_date }}</p>
<p>{% trans %}Author: {% endtrans %}{{ comment.author }}</p>
{% if user.is_owner(comment) %}