Skip to content

Commit

Permalink
Merge pull request #437 from yourlabs/fix/spaces_in_choice
Browse files Browse the repository at this point in the history
Fix #318: Remove extra spaces
  • Loading branch information
jpic committed Jun 2, 2015
2 parents 237ca68 + 6520c47 commit 138e68f
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 138e68f

Please sign in to comment.