We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bd827 commit 742da80Copy full SHA for 742da80
template/braintreepayment/payment_failed.html
@@ -1,4 +1,4 @@
1
-{%extends conftemplbase %}
+{%extends "base.html" %}
2
{%block title%}Invoice payment failed{%endblock%}
3
{%block content%}
4
<!-- Content
template/braintreepayment/processing_error.html
template/invoices/userinvoice.html
@@ -7,7 +7,6 @@
7
<div class="container">
8
<!-- ConfReg -->
9
<header class="major">
10
- <span class="header"><img src="/ext/{{conference.urlname}}/shared/images/policy.svg" alt="" /></span>
11
<h2>Invoice #{{invoice.pk}}</h2>
12
</header>
13
0 commit comments