0.0.247 add translate for words with letter А
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
<div class="container-message-req-sprt" onclick="openTicket({{ ticket.id }})">
|
||||
<div class="message-sprt-inf">
|
||||
<div>
|
||||
<span>
|
||||
Статус: {{ ticket.get_status_display }}
|
||||
{% translate "Статус:" %} {{ ticket.get_status_display }}
|
||||
{# Статус: Открыт#}
|
||||
</span>
|
||||
{# <img>#}
|
||||
|
||||
Reference in New Issue
Block a user