{% extends 'email/base.txt' %} {% block body %} Your account activation code is: {{ code }} Please copy and paste the following url into a browser to activate your account. < http://us.pycon.org{% url profile-activate code=code %}next={{ redirect_to }} > Once activated you will be able to log in to your account at: http://us.pycon.org{{ settings.LOGIN_URL }} {% if password %} Your temporary password is: {{ password }} Please change this at: http://us.pycon.org{{redirect_to}} after you activate your account and login. {% endif %} Hope to see you at {{ settings.CONFERENCE_NAME }}! {% endblock %}