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

Commit

Permalink
wrap slide class into a condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionardo committed Feb 21, 2015
1 parent 0fe52b6 commit db88fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_gallery/templates/aldryn_gallery/base.html
Expand Up @@ -2,7 +2,7 @@

{# DOCS: http://getbootstrap.com/javascript/#carousel #}
<div id="js-aldryn-gallery-{{ instance.pk }}" class="aldryn aldryn-gallery aldryn-gallery-{{ instance.style }}
carousel{% if instance.engine == 'fade' %} carousel-fade{% endif %} slide"
carousel{% if instance.engine == 'fade' %} carousel-fade{% endif %}{% if instance.engine == 'slide' %} slide{% endif %}"
data-ride="carousel"
data-duration="{{ instance.duration }}"
data-interval="{{ instance.timeout }}">
Expand Down

0 comments on commit db88fed

Please sign in to comment.