move static files in their respective application

This commit is contained in:
thomas girod
2024-08-14 12:58:21 +02:00
parent 52c19e9962
commit ff088009d9
27 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
{% block head %}
{{ super() -}}
<link rel="stylesheet" href="{{ scss('election/election.scss') }}">
<link rel="stylesheet" href="{{ scss('election/css/election.scss') }}">
{%- endblock %}
{% block content %}