This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
payments
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Minor] Fixed unclosed h2 tag (
#3267
)
pull/2/head
Alchez
8 years ago
committed by
Nabin Hait
parent
a2565f5927
commit
92d2ada9e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 -%}
Write
Preview
Loading…
Cancel
Save