793fd0905579b295e192b2ad2c68ad412c3fb725
[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 %}