Skip to content
Snippets Groups Projects
Verified Commit 31c7473b authored by Julian's avatar Julian Committed by magicfelix
Browse files

Use alsijil bundle in the coursebook.html

parent 0a2ffdf0
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
{% 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