Mercurial > sat_legacy_website
comparison templates/sat_website/faq.html @ 123:c0dbe7ad54c8
add a question "what is the Libervia demo version?" to the FAQ
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 06 Nov 2015 10:10:39 +0100 |
parents | d4ec0092daa0 |
children | 319368437642 |
comparison
equal
deleted
inserted
replaced
122:d4ec0092daa0 | 123:c0dbe7ad54c8 |
---|---|
25 {% load staticfiles %} | 25 {% load staticfiles %} |
26 {% get_current_language as LANGUAGE_CODE %} | 26 {% get_current_language as LANGUAGE_CODE %} |
27 | 27 |
28 {% block headline %}{% trans "Frequently asked questions" %}{% endblock %} | 28 {% block headline %}{% trans "Frequently asked questions" %}{% endblock %} |
29 {% block main_container %} | 29 {% block main_container %} |
30 | |
31 <div class="row"><a name="html"></a> | |
32 <h5 class="alert alert-warning"> | |
33 {% blocktrans with demo="libervia.org" %}What is the "Libervia demo version" on {{demo}}?{% endblocktrans %} | |
34 </h5> | |
35 <p>{% blocktrans %}This is a demonstration version that you can try to get an idea about how Libervia will look like. You have to keep in mind that this is a development version. We will take care to improve the user interface and to fix a lot of bugs before launching the "general public" version.{% endblocktrans %}</p> | |
36 </div> | |
30 | 37 |
31 <div class="row"><a name="html"></a> | 38 <div class="row"><a name="html"></a> |
32 <h5 class="alert alert-warning"> | 39 <h5 class="alert alert-warning"> |
33 {% blocktrans with demo_http="http://libervia.org" %}What is the security warning when I visit {{demo_http}}?{% endblocktrans %} | 40 {% blocktrans with demo_http="http://libervia.org" %}What is the security warning when I visit {{demo_http}}?{% endblocktrans %} |
34 </h5> | 41 </h5> |