2015-04-28 03:24:02 +00:00
{% extends 'basepledge.html' %}
{% load url from future %}
2012-10-13 17:45:46 +00:00
{% load humanize %}
2013-11-25 18:01:16 +00:00
{% block title %}Credit card processing Issue{% endblock %}
2012-10-13 17:45:46 +00:00
{% block doccontent %}
< div style = "height:15px" > < / div >
< div class = "jsmodule rounded clearfix" >
< div class = "jsmod-content" >
2013-11-25 18:01:16 +00:00
< div > < h2 > Credit Card not Authorized< / h2 >
2012-10-13 17:45:46 +00:00
< div >
2015-04-28 03:24:02 +00:00
< p > Unglue.it would like to accept your credit card, but we encountered a problem: < b > {{transaction.error}}< / b > {% if request.user.account_set %}Please < a href = "{% url 'manage_account' %}" > Update your credit card< / a > ,
2013-11-25 18:01:16 +00:00
{% else %}Please < a href = "{{ request.get_full_path }}" > try again< / a > ,{% endif %}
or contact < a href = "mailto:support@gluejar.com?subject={{ request.get_full_path|urlencode }}" > unglue.it support< / a > .
2012-10-13 17:45:46 +00:00
< / p >
< / div >
< / div >
< / div >
< / div >
{% endblock %}