Peter Pfeufer afe3fea757
Bundle the remaining static files
They are used in some template overrides. To prevent missing JS or CSS in the future in those template overrides, it's a good idea to provide HTML templates for these static files.
2022-08-01 14:15:55 +02:00

4 lines
95 B
HTML

{% load static %}
<link href="{% static 'allianceauth/css/checkbox.css' %}" rel="stylesheet">