Hide slider in promo block

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent ce8e4aad7d
commit dab1e6df54
  1. 4
      project/templates/blocks/promo.html

@ -34,7 +34,7 @@
{% endif %} {% endif %}
<a class="main__btn btn btn_white" href="{% url 'school:school' %}">подробнее</a> <a class="main__btn btn btn_white" href="{% url 'school:school' %}">подробнее</a>
</div> </div>
<div class="main__foot"> {% comment %} <div class="main__foot">
<a class="main__go" href="#"> <a class="main__go" href="#">
<svg class="icon icon-prev"> <svg class="icon icon-prev">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-prev"></use> <use xlink:href="{% static 'img/sprite.svg' %}#icon-prev"></use>
@ -49,7 +49,7 @@
<use xlink:href="{% static 'img/sprite.svg' %}#icon-next"></use> <use xlink:href="{% static 'img/sprite.svg' %}#icon-next"></use>
</svg> </svg>
</a> </a>
</div> </div> {% endcomment %}
</div> </div>
<div class="main__socials"> <div class="main__socials">
<a class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}"> <a class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}">

Loading…
Cancel
Save