capsul-flask/capsulflask/templates/support.html

28 lines
880 B
HTML
Raw 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">
2020-10-22 19:30:07 +00:00
<a href="mailto:support@cyberia.club?subject=Please%20help!">support@cyberia.club</a>
</div>
{% endblock %}
{% block subcontent %}
<p>
Note: We maintain a searchable archive of all support emails at
<a href="https://lists.cyberia.club/~cyberia/support">https://lists.cyberia.club/~cyberia/support</a>
</p>
<p>
2020-10-22 19:30:07 +00:00
If you do not want your mail to appear in a public archive, email <a href="mailto:capsul@cyberia.club?subject=Please%20help!">capsul@cyberia.club</a> instead.
</p>
<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 %}