remove navigation between c3nav features, the app has its own navigation
This commit is contained in:
parent
b59ece6aab
commit
954152c097
3 changed files with 6 additions and 3 deletions
|
@ -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">« {% trans 'back to c3nav' %}</a>{% endblock %}
|
||||
{% block back_link %}{% if not request.mobileclient %}<a href="{% url 'site.index' %}" class="float-right">« {% trans 'back to c3nav' %}</a>{% endif %}{% endblock %}
|
||||
<h2>{% block heading %}{% endblock %}</h2>
|
||||
{% block menu %}
|
||||
<nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue