X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=xnet%2Ftemplates%2Fgroups%2Fhome.html;h=5876512650dc3ba6308395cde6fbf85b170483cd;hb=9e60ac4deec6ae4fb2b8ff8bae276d0cc7088068;hp=d15a21463dac58678bad8ef6f72dd69ea2015c69;hpb=93adc7d4e7bf341316ed0274cea6adec7c2b0766;p=xnet diff --git a/xnet/templates/groups/home.html b/xnet/templates/groups/home.html index d15a214..5876512 100644 --- a/xnet/templates/groups/home.html +++ b/xnet/templates/groups/home.html @@ -1,14 +1,16 @@ {% extends "groups/base.html" %} -{% block js %} - -{% endblock %} {% block content %}

{{ group.name }}

- {% if group.logo %}{% endif %} - {% if group.web %}

Web : {{ group.web }}

{% endif %} - {% if group.description %}

{{ group.description }}

{% endif %} + {% if group.logo %}{% endif %} +
+ {% if group.web %} +

Web : {{ group.web }}

+ {% endif %} + {% if group.description %} +

{{ group.description }}

+ {% endif %} +
{% endblock %}