fisk/core/templates/subscriptioncancel.html

10 lines
135 B
HTML
Raw Normal View History

2022-10-13 14:26:43 +00:00
{% extends "base.html" %}
{% block content %}
<section>
<p>Subscription {{ plan }} cancelled!</p>
</section>
{% endblock %}