{% extends "base.html" %} {% load bbc %} {% block page_name %} Invite Generated - {% endblock %} {% block content %}
You've successfully generated an invite code. It may only be used once and will expire on {{ reg_code.expires|date:"Y-m-d" }}. Distribute the following link to the person you'd like to invite.
{# TODO: Don't hardcode protocol #} http://{{ request.META.HTTP_HOST }}{{ reg_code.get_reg_url }}