diff templates/sat_website/screenshots.html @ 54:d54f2f09a73a

fixes displaying two carousels on the same page
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 11:03:18 +0200
parents 84c2e20d3de1
children
line wrap: on
line diff
--- a/templates/sat_website/screenshots.html	Tue May 05 09:47:55 2015 +0200
+++ b/templates/sat_website/screenshots.html	Tue May 05 11:03:18 2015 +0200
@@ -30,7 +30,7 @@
     </h5>
     <div class="info">
         {% trans "These media concern the basic utilisation SàT through graphical frontends like Libervia." %}
-        {% include "sat_website/gallery.html" with screenshots=screenshots %}
+        {% include "sat_website/gallery.html" with screenshots=screenshots name="media" %}
     </div>
 </div>
 
@@ -40,7 +40,7 @@
     </h5>
     <div class="info">
         {% trans "These media concern the advanced utilisation and frontends of SàT, including administration tasks and experimental features." %}
-        {% include "sat_website/gallery.html" with screenshots=screenshots_tech %}
+        {% include "sat_website/gallery.html" with screenshots=screenshots_tech name="media_tech" %}
     </div>
 </div>