Ver a proveniência

[Minor] Fixed unclosed h2 tag (#3267)

pull/2/head
Alchez há 8 anos
committed by Nabin Hait
ascendente
cometimento
92d2ada9e1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      payments/templates/pages/payment-success.html

+ 1
- 1
payments/templates/pages/payment-success.html Ver ficheiro

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

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

{%- block page_content -%}


Carregando…
Cancelar
Guardar