Module_didactic_pub

This commit is contained in:
alazo 2017-05-03 20:37:06 +02:00
parent 5221b2b068
commit e4faab1cd5
3 changed files with 25 additions and 12 deletions

View file

@ -1,9 +1,5 @@
{% extends "./base_site.html" %}
{% load i18n static %}
{% block coltype %}colMS{% endblock %}
{% block bodyclass %}{{ block.super }}{% endblock %}
@ -20,14 +16,6 @@
{% for fic in upload %}
<li><a href="{% url 'upload-detail' fic.id %}">{{ fic.titre }}</a></li>
{% endfor %}
</ol>
</div>
{% endblock %}