hide back link in qr code view
This commit is contained in:
parent
76e970347a
commit
7f06973b55
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
{% block addattributes %} style="text-align: center;"{% endblock %}
|
||||
{% block menu %}{% endblock %}
|
||||
{% block back_link %}{% endblock %}
|
||||
|
||||
{% block subcontent %}
|
||||
<p>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{% block content %}
|
||||
<main class="control"{% block addattributes %}{% endblock %}>
|
||||
{% include 'site/fragment_messages.html' %}
|
||||
<a href="{% url 'site.index' %}" class="float-right">« {% trans 'back to c3nav' %}</a>
|
||||
{% block back_link %}<a href="{% url 'site.index' %}" class="float-right">« {% trans 'back to c3nav' %}</a>{% endblock %}
|
||||
<h2>{% block heading %}{% endblock %}</h2>
|
||||
{% block menu %}
|
||||
<nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue