Skip to content

Commit

Permalink
Fix #318: Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jun 1, 2015
1 parent 99d2480 commit 187671e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% load i18n l10n %}
{% load static %}

{% spaceless %}
<span class="block" data-value="{{ choice.pk|unlocalize }}">
{{ choice }}
{% with choice.get_absolute_url as url %}
Expand All @@ -17,3 +18,4 @@
{% endif %}
{% endwith %}
</span>
{% endspaceless %}

0 comments on commit 187671e

Please sign in to comment.