comparison templates/sat_website/screenshots.html @ 17:ab8a0f7bd15c

fixed screencasts link
author Goffi <goffi@goffi.org>
date Mon, 25 Feb 2013 21:12:28 +0100
parents 0df46e87537d
children 3df49721008c
comparison
equal deleted inserted replaced
16:6847c50fb5ea 17:ab8a0f7bd15c
48 48
49 {% endfor %} 49 {% endfor %}
50 </ul> 50 </ul>
51 {% endfor %} 51 {% endfor %}
52 </div> 52 </div>
53 <a name="{% trans "screencasts" %}"><h2>{% trans "Screencasts" %}</h2></a> 53 <a name="screencasts"><h2>{% trans "Screencasts" %}</h2></a>
54 {% for screencast in screencasts %} 54 {% for screencast in screencasts %}
55 <div class="row"> 55 <div class="row">
56 <div class="span10 offset1"> 56 <div class="span10 offset1">
57 <div class="screencast"> 57 <div class="screencast">
58 <video width="640" height="400" poster="{% static screencast.poster %}" controls="controls" src="{% static screencast.path %}" preload="none"> 58 <video width="640" height="400" poster="{% static screencast.poster %}" controls="controls" src="{% static screencast.path %}" preload="none">