Skip to content
Snippets Groups Projects
Commit 876d7706 authored by Julian's avatar Julian
Browse files

Use alsijil bundle in the coursebook.html

parent 36852c2f
No related branches found
No related tags found
No related merge requests found
Pipeline #79797 failed
{% extends "core/vue_base.html" %}
{% load static i18n %}
{% load render_bundle from webpack_loader %}
{% block page_title %}
<v-btn x-large icon color="primary" :href="urls.select_coursebook()"><v-icon>mdi-chevron-left</v-icon></v-btn>
......@@ -12,5 +13,5 @@
{% endblock %}
{% block extra_body %}
<script type="module" src="{% static "js/vue/alsijil/LoadComponents.js" %}"></script>
{% render_bundle "alsijil" %}
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment