Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <!--<div class="featured-list floatright">
  2.    <h3>Most Popular Cources&Activities</h3>
  3.        {% for product in featured_products %}
  4.            <div class="featured-highlight">
  5.                <a href="{{ product.get_absolute_url }}">
  6.                     <img src="{{ product.get_icon }}" width="134" height="134" alt="{{ product.title }}">
  7.                </a>
  8.                <h4>
  9.                    <a href="{{ product.get_absolute_url }}" title="{{ product.title }}">{{ product.title }}</a>
  10.                </h4>
  11.            </div>
  12.        {% endfor %}
  13. </div>-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement