{% extends "_secret_santa_base.html" %} {% block title %}Secret Santa: Generate your password{% endblock %} {% block content %}
Your secret password is:
{{ password }}
Write this down now! If you forget it we will have to start the whole secret santa again from scratch.
{% else %}Only click this button if you are {{ participant.name }} or you will break the system!
{% endif %} {% endblock %}