hide back link in qr code view

This commit is contained in:
Laura Klünder 2017-12-20 21:35:18 +01:00
parent 76e970347a
commit 7f06973b55
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
{% block addattributes %} style="text-align: center;"{% endblock %}
{% block menu %}{% endblock %}
{% block back_link %}{% endblock %}
{% block subcontent %}
<p>

View file

@ -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">&laquo; {% trans 'back to c3nav' %}</a>
{% block back_link %}<a href="{% url 'site.index' %}" class="float-right">&laquo; {% trans 'back to c3nav' %}</a>{% endblock %}
<h2>{% block heading %}{% endblock %}</h2>
{% block menu %}
<nav>