mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 06:50:15 +02:00
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.
4 lines
95 B
HTML
4 lines
95 B
HTML
{% load static %}
|
|
|
|
<link href="{% static 'allianceauth/css/checkbox.css' %}" rel="stylesheet">
|