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

Commit

Permalink
fix indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Dec 8, 2014
1 parent 955b923 commit 2f54522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
{# Indicators #}
<ol class="carousel-indicators">
{% for slide in slides %}
<li data-target="#" data-slide-to="{{ forloop.counter0 }}"{% if forloop.first %} class="active"{% endif %}></li>
<li data-target="#" data-slide-to="{{ forloop.counter0 }}"{% if forloop.first %} class="active"{% endif %}></li>
{% endfor %}
</ol>

Expand Down
Expand Up @@ -2,7 +2,7 @@
{% with link=instance.get_link %}
{% if link %}
<a href="{{ link }}"{% if instance.target %} target="{{ instance.target }}"{% endif %}>
{% if image %}<img src="{{ image.url }}" alt="{{ image.default_alt_text|default:image.label }}" />{% else %}{{ instance.link_text }}{% endif %}
{% if image %}<img src="{{ image.url }}" alt="{{ image.default_alt_text|default:image.label }}" />{% else %}{{ instance.link_text }}{% endif %}
</a>
{% elif image %}
<img src="{{ image.url }}" alt="{{ image.default_alt_text|default:image.label }}" />
Expand Down

0 comments on commit 2f54522

Please sign in to comment.