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.
15 lines
507 B
15 lines
507 B
{% load i18n %}
|
|
|
|
{% comment %}
|
|
<!-- task EXPO-145-->
|
|
<div id="subscribe-sm" class="subscribe-sm">
|
|
<header>{% trans 'получать анонсЫ' %}</header>
|
|
<ul>
|
|
<li><a class="icon-big-email" href="#">{% trans 'по e-mail' %}</a></li>
|
|
<li><a class="icon-big-rss" href="#">{% trans 'через RSS' %}</a></li>
|
|
<li><a class="icon-big-twitter" href="#">{% trans 'на twitter' %}</a></li>
|
|
|
|
<!--<li><a class="icon-big-ical" href="#">{% trans 'в iCal' %}</a></li>-->
|
|
</ul>
|
|
</div>
|
|
{% endcomment %}
|
|
|