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 i18n %} |
||||||
|
{% load staticfiles %} |
||||||
|
|
||||||
<div id="subscribe-sm" class="subscribe-sm"> |
<div id="subscribe-sm" class="subscribe-sm"> |
||||||
<header><a href="#" style="text-decoration: none">{% trans 'получать анонсЫ' %}</a></header> |
<header> |
||||||
{% comment %} |
<a href="#" style="text-decoration: none"> {% trans 'получать анонсЫ' %} |
||||||
<ul> |
<span> |
||||||
<li><a class="icon-big-email" href="#">{% trans 'по e-mail' %}</a></li> |
<img style="margin-right: -2px; margin-bottom: 4px; width: 12%;" src="{% static 'img/announce-letter.png' %}"> |
||||||
</ul> |
</span> |
||||||
{% endcomment %} |
</a> |
||||||
|
</header> |
||||||
</div> |
</div> |
||||||
<hr> |
<hr/> |
||||||
|
|
||||||
|
After Width: | Height: | Size: 704 B |
Loading…
Reference in new issue