From 073050320f019f8f411fd8d908206333e9e7a3a3 Mon Sep 17 00:00:00 2001 From: www-data Date: Wed, 28 Mar 2018 10:26:29 +0100 Subject: [PATCH] add annotate to conversations --- msg_app/locale/ru/LC_MESSAGES/django.po | 3 +++ msg_app/templates/msg_app/conversations.html | 1 + 2 files changed, 4 insertions(+) diff --git a/msg_app/locale/ru/LC_MESSAGES/django.po b/msg_app/locale/ru/LC_MESSAGES/django.po index 3313fc4..498530c 100644 --- a/msg_app/locale/ru/LC_MESSAGES/django.po +++ b/msg_app/locale/ru/LC_MESSAGES/django.po @@ -159,3 +159,6 @@ msgstr "Беседа создана" #: views.py:29 views.py:48 msgid "fix form errors" msgstr "заполните все поля в соответствии с их форматом" + +msgid "Enter to conversation by clicking to it" +msgstr "Войдите в беседу кликнув по ней" diff --git a/msg_app/templates/msg_app/conversations.html b/msg_app/templates/msg_app/conversations.html index de0331b..485c712 100644 --- a/msg_app/templates/msg_app/conversations.html +++ b/msg_app/templates/msg_app/conversations.html @@ -12,6 +12,7 @@

{% trans 'Conversations' %}

+ {% trans 'Enter to conversation by clicking to it' %}
{% for conv in conversations %}