mirror of
https://github.com/ae-utbm/sith.git
synced 2025-06-17 16:45:22 +00:00
Move ts files at the wrong place in com module
This commit is contained in:
parent
17129af1bb
commit
b19973ec9c
@ -18,7 +18,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block additional_js %}
|
{% block additional_js %}
|
||||||
<script type="module" src={{ static("bundled/com/components/moderation-alert-index.ts") }}></script>
|
<script type="module" src={{ static("bundled/com/moderation-alert-index.ts") }}></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
{% block additional_js %}
|
{% block additional_js %}
|
||||||
<script type="module" src={{ static("bundled/com/components/ics-calendar-index.ts") }}></script>
|
<script type="module" src={{ static("bundled/com/components/ics-calendar-index.ts") }}></script>
|
||||||
<script type="module" src={{ static("bundled/com/components/moderation-alert-index.ts") }}></script>
|
<script type="module" src={{ static("bundled/com/moderation-alert-index.ts") }}></script>
|
||||||
<script type="module" src={{ static("bundled/com/components/upcoming-news-loader-index.ts") }}></script>
|
<script type="module" src={{ static("bundled/com/upcoming-news-loader-index.ts") }}></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -45,7 +45,7 @@ msgstr "Comment utiliser le lien du calendrier"
|
|||||||
msgid "Link copied"
|
msgid "Link copied"
|
||||||
msgstr "Lien copié"
|
msgstr "Lien copié"
|
||||||
|
|
||||||
#: com/static/bundled/com/components/moderation-alert-index.ts
|
#: com/static/bundled/com/moderation-alert-index.ts
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"This event will take place every week for %s weeks. If you publish or delete "
|
"This event will take place every week for %s weeks. If you publish or delete "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user