envelope/core/templates/subscriptioncancel.html
2022-10-12 07:22:22 +01:00

10 lines
135 B
HTML

{% extends "base.html" %}
{% block content %}
<section>
<p>Subscription {{ plan }} cancelled!</p>
</section>
{% endblock %}