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

Error: Wrong user for a pledge transaction

Unglue.it would like to process your pledge, but you are currently logged in as {{request.user.username}}. To complete your pledge, you need to log out, and then log in as {{ transaction.user.username }}. If you have any problem, don't hesitate to contact unglue.it support.

{% endblock %}