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
415 B
13 lines
415 B
{% load i18n %}
|
|
{% load staticfiles %}
|
|
|
|
<div class="subscribe-sm">
|
|
<header>
|
|
<a href="{% url 'newsletter_subscription' %}" 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/>
|
|
|