Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 3, 2020 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/68f4cb11a9bee61694efd34503bf6b62 to your computer and use it in GitHub Desktop.
Save Porter97/68f4cb11a9bee61694efd34503bf6b62 to your computer and use it in GitHub Desktop.
#...
</p>
<div>
<a href="{{ url_for('.collection_followers', id=collection.id) }}">Followers: <span class="badge">{{ collection.user_followers.count() - 1 }}</span></a>
</div>
{% if collection.author == current_user or current_user.is_administrator() %}
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment