Skip to content
Snippets Groups Projects
Unverified Commit d6e902a4 authored by Julian's avatar Julian Committed by magicfelix
Browse files

Back arrow on coursebook page

parent 1d3a9604
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
......@@ -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