You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
398 B
13 lines
398 B
{% load i18n %}
|
|
{% load staticfiles %}
|
|
|
|
<div id="subscribe-sm" class="subscribe-sm">
|
|
<header>
|
|
<a href="#" style="text-decoration: none"> {% trans 'получать анонсЫ' %}
|
|
<span>
|
|
<img style="margin-right: -2px; margin-bottom: 4px; width: 12%;" src="{% static 'img/announce-letter.png' %}">
|
|
</span>
|
|
</a>
|
|
</header>
|
|
</div>
|
|
<hr/> |