Mercurial > sat_legacy_website
diff 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 |
line wrap: on
line diff
--- a/templates/sat_website/community.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/community.html Tue Jan 27 08:16:27 2015 +0100 @@ -22,9 +22,11 @@ {% load i18n %} {% load staticfiles %} + {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} {% block main_container %} + <div class="row"> <h5 class="alert alert-success"> {% trans "Join us on Jabber :)" %} @@ -54,4 +56,5 @@ <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> </div> </div> + {% endblock %}