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
Tags 4.0.0.dev3
1 merge request!284Draft: Redesign entering of lesson documentation
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
{% load static i18n %} {% load static i18n %}
{% block page_title %} {% 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" %} {% trans "Coursebook" %}
{{ lesson }} {{ lesson }}
{% endblock %} {% endblock %}
{% block browser_title %}{% trans "Coursebook" %}{{ lesson }}{% endblock %} {% block browser_title %}{% trans "Coursebook" %} {{ lesson }}{% endblock %}
{% block content %} {% block content %}
<course-book></course-book> <course-book></course-book>
{% endblock %} {% 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