{% extends "basepledge.html" %} {% load humanize %} {% block title %}Please Log in as...{% endblock %} {% block doccontent %}

Wrong user for donation credit

Unglue.it would like to process your donation credit, but you are currently logged in as {{request.user.username}}. Your donation credit from {{nonprofit.name}} for ${{ envelope.amount }}.{{ envelope.cents }} is designated for {{ envelope.username }}. To record your credit, you need to log out, and then log in as {{ envelope.username }}. If you have any problem, don't hesitate to contact unglue.it support.

{% endblock %}