My invites
You can create invite keys here. Simply copy a key and send it to whoever you want to invite.
{% if invites %}Invites you've created:
| Date created | Code |
|---|---|
| {{ invites.created }} | {{ invites.code }} |
No invites to show.
{% endif %}{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %} {% user_sidebar request user user.profile 0 True %}
You can create invite keys here. Simply copy a key and send it to whoever you want to invite.
{% if invites %}Invites you've created:
| Date created | Code |
|---|---|
| {{ invites.created }} | {{ invites.code }} |
No invites to show.
{% endif %}