Add appconf requirement.
[xnet] / xnet / templates / events / base.html
1 {% extends "base.html" %}
2 {% load static %}
3
4 {% block css %}
5 {{ block.super }}
6 <link href="{% static 'css/events.css' %}" rel="stylesheet">
7 {% endblock %}