parent
d1ca638409
commit
5bccc152db
3 changed files with 9 additions and 8 deletions
|
After Width: | Height: | Size: 704 B |
@ -1,12 +1,13 @@ |
||||
{% load i18n %} |
||||
{% load staticfiles %} |
||||
|
||||
<div id="subscribe-sm" class="subscribe-sm"> |
||||
<header><a href="#" style="text-decoration: none">{% trans 'получать анонсЫ' %}</a></header> |
||||
{% comment %} |
||||
<ul> |
||||
<li><a class="icon-big-email" href="#">{% trans 'по e-mail' %}</a></li> |
||||
</ul> |
||||
{% endcomment %} |
||||
<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> |
||||
|
||||
<hr/> |
||||
|
After Width: | Height: | Size: 704 B |
Loading…
Reference in new issue