mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
pedagogy: more details on uv_detail for tests purpose
This commit is contained in:
parent
061320a5df
commit
e11d45b51e
@ -12,6 +12,7 @@
|
|||||||
<p>{{ object.program|markdown }}</p>
|
<p>{{ object.program|markdown }}</p>
|
||||||
<p>{{ object.skills|markdown }}</p>
|
<p>{{ object.skills|markdown }}</p>
|
||||||
<p>{{ object.key_concepts|markdown }}</p>
|
<p>{{ object.key_concepts|markdown }}</p>
|
||||||
|
<p>{% trans %}UV manager: {% endtrans %}{{ object.manager }}</p>
|
||||||
|
|
||||||
{% if object.comments.exists() %}
|
{% if object.comments.exists() %}
|
||||||
<h2>{% trans %}Comments{% endtrans %}</h2>
|
<h2>{% trans %}Comments{% endtrans %}</h2>
|
||||||
@ -21,7 +22,7 @@
|
|||||||
<p>{{ comment.grade_interest }}</p>
|
<p>{{ comment.grade_interest }}</p>
|
||||||
<p>{{ comment.grade_teaching }}</p>
|
<p>{{ comment.grade_teaching }}</p>
|
||||||
<p>{{ comment.grade_work_load }}</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 %}Published: {% endtrans %}{{ comment.publish_date }}</p>
|
||||||
<p>{% trans %}Author: {% endtrans %}{{ comment.author }}</p>
|
<p>{% trans %}Author: {% endtrans %}{{ comment.author }}</p>
|
||||||
{% if user.is_owner(comment) %}
|
{% if user.is_owner(comment) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user