django-basic-apps icon indicating copy to clipboard operation
django-basic-apps copied to clipboard

Untitled

Open codysoyland opened this issue 14 years ago • 0 comments

This fixes a template syntax error:

-    {{ tag_list|join", " }}
+    {{ tag_list|join:", " }}

codysoyland avatar Oct 08 '10 02:10 codysoyland