pedagogy: simplify and implement department system according to old database model

This commit is contained in:
2019-06-18 10:56:05 +02:00
parent d44fa73b2a
commit 358a625cc4
8 changed files with 35 additions and 94 deletions

View File

@ -7,6 +7,7 @@
{% block content %}
<p><a href="{{ url('pedagogy:guide') }}">{% trans %}Back{% endtrans %}</a></p>
<h1>{{ object.code }} - {{ object.title }}</h1>
<p>{% trans %}Department: {% endtrans %}{{ object.department }}</p>
<p>{{ object.objectives|markdown }}</p>
<p>{{ object.program|markdown }}</p>
<p>{{ object.skills|markdown }}</p>