Files
tripwithbonus/templates/blocks/profile/b_support_tickets.html
SDE bf14377841 0.1.15
change support urls
2023-08-01 19:18:00 +03:00

30 lines
980 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
{#<div>Тех поддрежка</div>#}
<div>
<div class="title-profile-cont">
<h1>Техническая поддержка</h1>
</div>
<div class="insert-tech-place">
<div class="container-sprt-inf">
<div class="container-support-btn">
<button class="send-ticket-suprt-btn" onclick="createTicketShow()">Создать тикет</button>
</div>
<div class="container-sprt-inf-txt">Время работы технической поддержки: ежедневно с 9:00 до 17:00</div>
</div>
<div class="container-requests-tech-sprt">
<div class="cont-req-tech-sup">Мои обращения:</div>
{% include "widgets/w_request_tech_support.html" %}
{% include "widgets/w_request_tech_support.html" %}
{% include "widgets/w_request_tech_support.html" %}
</div>
</div>
</div>