Setup ManifestStaticFilesStorage

This commit is contained in:
Claude Paroz 2016-09-08 16:04:51 +02:00
parent f8b1afcf72
commit e28dd82aa5
7 changed files with 19 additions and 14 deletions

View file

@ -1,6 +1,7 @@
{% load static %}
<div id="previous_stages">
<div id="previous_stages_head">
<em><img src="{{ STATIC_URL }}img/closed.png"> Stages précédents ({{ previous_stages|length }}) :</em>
<em><img src="{% static 'img/closed.png' %}" data-imgtoggle="{% static 'img/open.png' %}"> Stages précédents ({{ previous_stages|length }}) :</em>
</div>
<ul id="previous_stages_list">
{% for stage in previous_stages %}