X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=xnet%2Faccounts%2Ftemplates%2Faccounts%2Fhome.html;fp=xnet%2Faccounts%2Ftemplates%2Faccounts%2Fhome.html;h=dacc3dca066cc00f0011e83e8618eadf33bcc2b4;hb=44fa5a1c17e3b76ca5d2121f52589f2f4cf5d2c7;hp=0000000000000000000000000000000000000000;hpb=d20356b56805ccb883686e20b1aa8cdada1fa77b;p=xnet diff --git a/xnet/accounts/templates/accounts/home.html b/xnet/accounts/templates/accounts/home.html new file mode 100644 index 0000000..dacc3dc --- /dev/null +++ b/xnet/accounts/templates/accounts/home.html @@ -0,0 +1,16 @@ +{% extends "accounts/base.html" %} + +{% block content %} +
+

{{ group.name }}

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

Web : {{ group.web }}

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

{{ group.description }}

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