{% extends 'newsfeed/base.html' %} {% load static %} {% block head_title %}Confirm Subscription{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if subscribed %} Subscription confirmed! {% else %} Subscription confirmation has link expired or is invalid. Please click on the button below to get e-mail with a new confirmation link.
{% csrf_token %}
{% endif %} {% endblock %}