Instantly share code, notes, and snippets.

anonymous /gist:967ace5b8abd7bd5a109 Secret
Created Nov 30, 2012

Embed
What would you like to do?
{% for tag in photo.tags.all %}
<a href="/photos/tag/{{tag}}">{{tag}}</a>,
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment