2015-04-28 03:24:02 +00:00
{% extends 'basepledge.html' %}
2016-05-11 14:41:50 +00:00
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 %}
2015-08-18 15:03:49 +00:00
or < a href = "{% url 'feedback' %}?page={{request.build_absolute_uri|urlencode:" " } } " > contact us< / a > .
2012-10-13 17:45:46 +00:00
< / p >
< / div >
< / div >
< / div >
< / div >
{% endblock %}