comparison templates/sat_website/community.html @ 35:10ce34ab389a

dummy patch (just add some new lines to make space between the blocks)
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 08:16:27 +0100
parents 3df49721008c
children 3b4ba14d1e26
comparison
equal deleted inserted replaced
34:9d553570cc61 35:10ce34ab389a
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
21 {% endcomment %} 21 {% endcomment %}
22 22
23 {% load i18n %} 23 {% load i18n %}
24 {% load staticfiles %} 24 {% load staticfiles %}
25
25 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} 26 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %}
26 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} 27 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %}
27 {% block main_container %} 28 {% block main_container %}
29
28 <div class="row"> 30 <div class="row">
29 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
30 {% trans "Join us on Jabber :)" %} 32 {% trans "Join us on Jabber :)" %}
31 </h5> 33 </h5>
32 <div class="info"> 34 <div class="info">
52 </h5> 54 </h5>
53 <div class="info"> 55 <div class="info">
54 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p> 56 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p>
55 </div> 57 </div>
56 </div> 58 </div>
59
57 {% endblock %} 60 {% endblock %}