Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from aldryn/feature/timeout
Browse files Browse the repository at this point in the history
add timeout to data attribute
  • Loading branch information
Lionardo committed Feb 18, 2015
2 parents 595af5e + fb429fc commit 63b0dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_gallery/templates/aldryn_gallery/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
carousel{% if instance.engine == 'fade' %} carousel-fade{% endif %} slide"
data-ride="carousel"
data-duration="{{ instance.duration }}"
data-interval="0">
data-interval="{{ instance.timeout }}">
{% block content_gallery %}{% endblock %}
</div>

0 comments on commit 63b0dcd

Please sign in to comment.