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

Back arrow on coursebook page

parent 4ffb1c6c
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,11 @@
{% load static i18n %}
{% block page_title %}
<v-btn x-large icon color="primary" :href="urls.select_coursebook()"><v-icon>mdi-chevron-left</v-icon></v-btn>
{% trans "Coursebook" %}
{{ lesson }}
{% endblock %}
{% block browser_title %}{% trans "Coursebook" %}{{ lesson }}{% endblock %}
{% block browser_title %}{% trans "Coursebook" %} {{ lesson }}{% endblock %}
{% block content %}
<course-book></course-book>
{% endblock %}
......
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