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

@ -24,14 +24,14 @@
{% for category in categories %}
<tr>
<td>
<a href="{% url euscan.views.category category.category %}">{{ category.category }}</a>
<a href="{% url djeuscan.views.category category.category %}">{{ category.category }}</a>
{% package_bar category %}
</td>
{% package_cols category %}
{% if request.GET.extras %}
<td>
<img src="{% url euscan.views.chart_category category.category 'packages-monthly-small' %}" />
<img src="{% url euscan.views.chart_category category.category 'versions-monthly-small' %}" />
<img src="{% url djeuscan.views.chart_category category.category 'packages-monthly-small' %}" />
<img src="{% url djeuscan.views.chart_category category.category 'versions-monthly-small' %}" />
</td>
{% endif %}
</tr>