X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=xnet%2Ftemplates%2Fgroups%2Fhome.html;fp=xnet%2Ftemplates%2Fgroups%2Fhome.html;h=d15a21463dac58678bad8ef6f72dd69ea2015c69;hb=25ff9d729fbf549c6fe29b4026212a221a003fde;hp=0000000000000000000000000000000000000000;hpb=1b99f720d18167a69c30093972c2320982485fea;p=xnet diff --git a/xnet/templates/groups/home.html b/xnet/templates/groups/home.html new file mode 100644 index 0000000..d15a214 --- /dev/null +++ b/xnet/templates/groups/home.html @@ -0,0 +1,14 @@ +{% 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 %} +
+{% endblock %}