comparison templates/sat_website/base.html @ 1:a49aa1b823f6

added SàT archive download link (detect the last version)
author Goffi <goffi@goffi.org>
date Sun, 29 Jul 2012 01:52:27 +0200
parents 9305c6458e2f
children 0df46e87537d
comparison
equal deleted inserted replaced
0:9305c6458e2f 1:a49aa1b823f6
39 <a class="brand" href="overview.html">Salut à Toi</a> 39 <a class="brand" href="overview.html">Salut à Toi</a>
40 {#<li><a href="#">Overview</a></li>#} 40 {#<li><a href="#">Overview</a></li>#}
41 {% for cat_url,cat_name in categories.items %} 41 {% for cat_url,cat_name in categories.items %}
42 <li><a href="{{ cat_url }}.html">{{ cat_name }}</a></li> 42 <li><a href="{{ cat_url }}.html">{{ cat_name }}</a></li>
43 {% endfor %} 43 {% endfor %}
44 </ul> 44 </ul>
45 {% if latest_dl_path and latest_version %}
46 <ul class="nav pull-right">
47 <li><a href="{{ latest_dl_path }}"><strong>Download SàT {{ latest_version }}</strong></a> </li>
48
49 </ul>
50 {% endif %}
45 </div> 51 </div>
46 </div> 52 </div>
47 </div> 53 </div>
48 {% block content %}{% endblock %} 54 {% block content %}{% endblock %}
49 </body> 55 </body>