Basic group profile and web/logo/description fields of the Group model
[xnet] / xnet / templates / groups / base.html
1 {% extends "base.html" %}
2 {% load static %}
3
4 {% block css %}
5 {{ block.super }}
6 <link href="{% static 'css/groups.css' %}" rel="stylesheet">
7 {% endblock %}