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

Rename error message

parent 5ae5b3cb
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
......@@ -36,17 +36,10 @@
<v-col>
<h1 class="text-h3 primary--text">
<v-icon color="error" x-large>mdi-book-off-outline</v-icon>
Whoops, 404
{% trans "No Coursebook" %}
</h1>
<p>The page you were looking for does not exist</p>
<v-btn
color="primary"
outlined
>
Get me out of here!
</v-btn>
<p>{% trans "There are no courses where you are a teacher." %} </p>
</v-col>
</v-row>
</v-container>
......@@ -56,4 +49,4 @@
{% block extra_body %}
{# <script type="module" src="{% static "js/vue/alsijil/LoadComponents.js" %}"></script>#}
{% endblock %}
\ No newline at end of file
{% 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