{% extends 'registration/email.txt' %} {% block body %} Here is your activation key for {{ site }}. Please follow the link to activate your account. {% load url from future %}http://{{ site }}{% url registration_activate activation_key %} It expires in {{ expiration_days }} days {% endblock body %}