Only load intranet documents for a single module

This commit is contained in:
alazo 2018-09-01 15:53:09 +02:00 committed by Claude Paroz
parent ff88669ae4
commit 000e74d31a
9 changed files with 113 additions and 24 deletions

View file

@ -87,7 +87,7 @@
</table>
<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>
&nbsp;&nbsp; &nbsp;<a href="{% url 'intranet-list' object.id %}">Documents de cours (connexion requise)</a>
</p>
</div>
{% endblock %}