Merge pull request #1326 from ae-utbm/fix-link-script-once

Fix link-once and script-once not triggering when another one disappears
This commit is contained in:
2026-04-01 22:45:00 +02:00
committed by GitHub
5 changed files with 152 additions and 42 deletions

View File

@@ -1,11 +1,7 @@
{% extends "core/base.jinja" %}
{% from 'core/macros.jinja' import user_profile_link, select_all_checkbox %}
{% block additional_js %}
<script type="module" src="{{ static("bundled/core/components/ajax-select-index.ts") }}"></script>
{% endblock %}
{% block additional_css %}
<link rel="stylesheet" href="{{ static("bundled/core/components/ajax-select-index.css") }}">
<link rel="stylesheet" href="{{ static("club/members.scss") }}">
{% endblock %}