Browse Source

[Minor] Fixed unclosed h2 tag (#3267)

pull/2/head
Alchez 8 years ago
committed by Nabin Hait
parent
commit
92d2ada9e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      payments/templates/pages/payment-success.html

+ 1
- 1
payments/templates/pages/payment-success.html View File

@@ -3,7 +3,7 @@
{% block title %}{{ _("Payment Success") }}{% endblock %}

{%- block header -%}
<h2>{{ _("Payment Success") }}<h2>
<h2>{{ _("Payment Success") }}</h2>
{% endblock %}

{%- block page_content -%}


Loading…
Cancel
Save