use crispy_forms
[xnet] / xnet / templates / groups / base.html
CommitLineData
626048e1
AD
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 %}