euscanwww: euscan -> djeuscan

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2012-04-04 17:31:54 +02:00
parent 6a57b44d7c
commit da269b0711
61 changed files with 678 additions and 1375 deletions

View File

@ -23,7 +23,7 @@
{% for herd in herds %}
<tr>
<td>
<a href="{% url euscan.views.herd herd.herds__herd %}">
<a href="{% url djeuscan.views.herd herd.herds__herd %}">
{{ herd.herds__herd }}
</a>
{% package_bar herd %}
@ -31,8 +31,8 @@
{% package_cols herd %}
{% if request.GET.extras %}
<td>
<img src="{% url euscan.views.chart_herd herd.herds__herd 'packages-monthly-small' %}" />
<img src="{% url euscan.views.chart_herd herd.herds__herd 'versions-monthly-small' %}" />
<img src="{% url djeuscan.views.chart_herd herd.herds__herd 'packages-monthly-small' %}" />
<img src="{% url djeuscan.views.chart_herd herd.herds__herd 'versions-monthly-small' %}" />
</td>
{% endif %}
</tr>