17 lines
263 B
HTML
17 lines
263 B
HTML
{% extends 'schasite/base2.html' %}
|
|
{% load static %}
|
|
|
|
{% block pagetitle %}
|
|
<title>Stonehedge Community Homeowners Association</title>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<div class="mid-body">
|
|
<h1>Your payment cancelled.</h1>
|
|
|
|
</div>
|
|
|
|
{% endblock %} |