remove navigation between c3nav features, the app has its own navigation

This commit is contained in:
Laura Klünder 2018-11-26 01:34:55 +01:00
parent b59ece6aab
commit 954152c097
3 changed files with 6 additions and 3 deletions

View file

@ -10,7 +10,7 @@
{% block content %}
<main class="control"{% block addattributes %}{% endblock %}>
{% include 'site/fragment_messages.html' %}
{% block back_link %}<a href="{% url 'site.index' %}" class="float-right">&laquo; {% trans 'back to c3nav' %}</a>{% endblock %}
{% block back_link %}{% if not request.mobileclient %}<a href="{% url 'site.index' %}" class="float-right">&laquo; {% trans 'back to c3nav' %}</a>{% endif %}{% endblock %}
<h2>{% block heading %}{% endblock %}</h2>
{% block menu %}
<nav>