mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
pedagogy: add missing markdown treatment for key_concept
This commit is contained in:
parent
46a042cde2
commit
cf1ec1dc86
@ -74,7 +74,7 @@
|
|||||||
<p><b>{% trans %}Earned skills{% endtrans %}</b></p>
|
<p><b>{% trans %}Earned skills{% endtrans %}</b></p>
|
||||||
<p>{{ object.skills|markdown }}</p>
|
<p>{{ object.skills|markdown }}</p>
|
||||||
<p><b>{% trans %}Key concepts{% endtrans %}</b></p>
|
<p><b>{% trans %}Key concepts{% endtrans %}</b></p>
|
||||||
<p>{{ object.key_concepts }}</p>
|
<p>{{ object.key_concepts|markdown }}</p>
|
||||||
<p><b>{% trans %}UV manager: {% endtrans %}</b>{{ object.manager }}</p>
|
<p><b>{% trans %}UV manager: {% endtrans %}</b>{{ object.manager }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user