removing tabs and spaces mix in templates

This commit is contained in:
volpino
2012-04-28 18:29:21 +02:00
parent 8c91855a58
commit ff14477f60
7 changed files with 63 additions and 61 deletions

View File

@ -19,7 +19,7 @@
<tr>
<td>
<a href="{% url djeuscan.views.package package.category package.name %}">
{{ package.category }}/{{ package.name }}
{{ package.category }}/{{ package.name }}
</a>
{% package_bar package %}
</td>