capsul-flask/capsulflask/templates/support.html

21 lines
541 B
HTML
Raw Permalink Normal View History

{% extends 'base.html' %}
{% block title %}Support{% endblock %}
{% block content %}
2020-05-13 05:28:53 +00:00
<div class="row half-margin">
<h1>SUPPORT</h1>
</div>
2020-05-13 05:28:53 +00:00
<div class="row half-margin">
2021-07-25 13:29:33 +00:00
<a href="mailto:support@cyberia.club?subject=capsul%20support%20request">support@cyberia.club</a>
</div>
{% endblock %}
{% block subcontent %}
<p>
Please describe your problem or feature request, and we will do our best to get back to you promptly. Thank you very much.
</p>
{% endblock %}
{% block pagesource %}/templates/support.html{% endblock %}