diff --git a/static/img/announce-letter.png b/static/img/announce-letter.png new file mode 100644 index 00000000..df548884 Binary files /dev/null and b/static/img/announce-letter.png differ diff --git a/templates/client/includes/announces.html b/templates/client/includes/announces.html index 4fc062d4..9f9e93a6 100644 --- a/templates/client/includes/announces.html +++ b/templates/client/includes/announces.html @@ -1,12 +1,13 @@ {% load i18n %} +{% load staticfiles %}
-
{% trans 'получать анонсЫ' %}
- {% comment %} - - {% endcomment %} +
+ {% trans 'получать анонсЫ' %} + + + + +
-
- +
\ No newline at end of file diff --git a/templates/client/static_client/img/announce-letter.png b/templates/client/static_client/img/announce-letter.png new file mode 100644 index 00000000..df548884 Binary files /dev/null and b/templates/client/static_client/img/announce-letter.png differ