{% from '_functions.html' import badge_thumbnail_flex, show_badges_by_tags with context %} {% extends '_base.html' %} {% block body %}

Admin Panel

People

Add a new user, who can then be awarded badges.

Issuers

Add a new issuer. Each badge must have an issuer.

Team

Add a new team

Series

Add a new Series

Milestone

Add a new Milestone (An element in a Series)

Badges

Add a new badge so that it can be awarded to people.

Invitations

Add a badge-granting link (and QR code) on someone's profile.

Award Badges

Assertions award badges to people.


Upload a CSV file to award a bunch of badges. The awards can be listed (badge_id, email), (email, badge_id), or a mix of the two. If this method is used, people will be created if they do not yet exist.

Create Authorizations

Allow other people to award certain badges.

{% endblock %}