Add intranet app

This commit is contained in:
Claude Paroz 2018-08-16 10:50:00 +02:00
parent c96bd0d0db
commit 9773957baf
11 changed files with 167 additions and 1 deletions

View file

@ -85,7 +85,10 @@
<td>{{ object.processus.domaine.responsable.descr|safe }}</td>
</tr>
</table>
<p><a href="{% url 'module-pdf' object.id %}">Imprimer en PDF</a></p>
<p>
<a href="{% url 'module-pdf' object.id %}">Imprimer en PDF</a>
&nbsp;&nbsp; &nbsp;<a href="{% url 'intranet-list' %}">Documents de cours (connexion requise)</a>
</p>
</div>
{% endblock %}