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

Error: Wrong user for a {{ action }} transaction

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

{% endblock %}