| {% 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
| {% for tag in photo.tags.all %} | |
| <a href="/photos/tag/{{tag}}">{{tag}}</a>, | |
| {% endfor %} |