django-uploadify icon indicating copy to clipboard operation
django-uploadify copied to clipboard

Readme code samples use smart quotes, not safe for copy paste

Open polotek opened this issue 15 years ago • 1 comments

This is a small thing, but I had to fix the smart single quotes when I copied your code samples from the readme.

polotek avatar Feb 18 '10 20:02 polotek

Also the percent sign (%) is missing in the template tags:

{% load uploadify_tags }{ multi_file_upload ‘/your/url/upload/complete/’ %}

Should be:

{% load uploadify_tags %}{% multi_file_upload '/your/url/upload/complete/' %}

andreslucena avatar May 18 '11 15:05 andreslucena