[website] [slideshow] clear website cache on update of a slide show

This commit is contained in:
Anand Doshi
2013-05-22 12:37:50 +05:30
parent ace9cbad9e
commit 6241012f08
2 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
{% if slide.heading or slide.description %}
<div class="carousel-caption">
{% if slide.heading %}<h4>{{ slide.heading }}</h4>{% endif %}
{% if slide.heading %}<p>{{ slide.description }}</p>{% endif %}
{% if slide.description %}<p>{{ slide.description }}</p>{% endif %}
</div>
{% endif %}
</div>