buy now flow complete except email confirmation
This commit is contained in:
26
rowers/templates/payment_completed.html
Normal file
26
rowers/templates/payment_completed.html
Normal file
@@ -0,0 +1,26 @@
|
||||
{% extends "newbase.html" %}
|
||||
{% block title %}Rowsandall Paid Membership{% endblock title %}
|
||||
{% load rowerfilters %}
|
||||
{% block main %}
|
||||
|
||||
<h1>Your Payment was completed</h1>
|
||||
|
||||
<p>
|
||||
Thank you for registering to {{ user.rower.paidplan.name }}. You have paid for 12 months
|
||||
membership.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if user.rower.paymenttype == 'recurring' %}
|
||||
Your next payment will be automatically processed on {{ user.rower.planexpires }}
|
||||
{% else %}
|
||||
Your plan will end automatically on {{ user.rower.planexpires }}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% include 'menu_profile.html' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user