2020-05-11 03:55:16 +00:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block title %}Support{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-05-13 05:28:53 +00:00
|
|
|
<div class="row half-margin">
|
2020-05-11 03:55:16 +00:00
|
|
|
<h1>SUPPORT</h1>
|
|
|
|
</div>
|
2020-05-13 05:28:53 +00:00
|
|
|
<div class="row half-margin">
|
2021-07-25 13:26:25 +00:00
|
|
|
<a href="mailto:support@cyberia.club?subject=capsul%20support%20request">support@cyberia.club</a> (private)
|
2021-07-25 13:27:38 +00:00
|
|
|
<a href="mailto:support@cyberia.club?subject=public%20request">ops@cyberia.club</a> (public)
|
2020-05-11 03:55:16 +00:00
|
|
|
</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 %}
|