Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 22:9bab976241dc
add the forgotten image for the presentation video #7 + modify the link to the demo website to use HTTPS
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 24 Jul 2014 12:30:08 +0200 |
parents | 755ccdb0c62a |
children | 930e73ea9e8e |
comparison
equal
deleted
inserted
replaced
21:8cfc33e4d435 | 22:9bab976241dc |
---|---|
42 {% for cat_url,cat_name in categories.items %} | 42 {% for cat_url,cat_name in categories.items %} |
43 <li><a href="{{ cat_url }}.html">{{ cat_name }}</a></li> | 43 <li><a href="{{ cat_url }}.html">{{ cat_name }}</a></li> |
44 {% endfor %} | 44 {% endfor %} |
45 </ul> | 45 </ul> |
46 <ul class="nav pull-right"> | 46 <ul class="nav pull-right"> |
47 <li><a href="http://www.libervia.org"><strong>{% trans "Try online demo" %}</strong></a> </li> | 47 <li><a href="https://www.libervia.org"><strong>{% trans "Try online demo" %}</strong></a> </li> |
48 {% if latest_dl_path and latest_version %} | 48 {% if latest_dl_path and latest_version %} |
49 <li><a href="{{ latest_dl_path }}"><strong>{% trans "Download SàT" %} {{ latest_version }}</strong></a> </li> | 49 <li><a href="{{ latest_dl_path }}"><strong>{% trans "Download SàT" %} {{ latest_version }}</strong></a> </li> |
50 {% endif %} | 50 {% endif %} |
51 </ul> | 51 </ul> |
52 </div> | 52 </div> |