Added lightbox.js for product images

This commit is contained in:
Raphael Michel
2015-07-26 00:10:27 +02:00
parent e09efeb06b
commit 9e16ad3433
13 changed files with 689 additions and 3 deletions

View File

@@ -75,5 +75,8 @@
{% endblocktrans %}
{% endwith %}
</footer>
{% compress js %}
<script type="text/javascript" src="{% static "lightbox/js/lightbox.min.js" %}"></script>
{% endcompress %}
</body>
</html>