Corrections mineures

This commit is contained in:
alazo 2017-03-08 04:39:37 +01:00
parent 5e59148fd9
commit 3fdb5496d8
6 changed files with 172 additions and 18 deletions

View file

@ -8,7 +8,7 @@
{% block content %}
<div id="content-main">
<h1>Domaine: {{object.code}} - {{object.libelle}}</h1>
<h1>Domaine: {{object}}</h1>
{% for p in object.processus_set.all %}
<div class="processus"><h2>Processus: {{ p.url|safe }}</h2></div>
{% for m in p.module_set.all %}