Add norobot tag on order pages
This commit is contained in:
parent
0ab0824913
commit
9641435b64
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
||||||
|
|
||||||
{% import "utils.html" as util %}
|
{% import "utils.html" as util %}
|
||||||
|
|
||||||
|
{% block metas %}
|
||||||
|
{{ super() }}
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block container %}
|
{% block container %}
|
||||||
<header>
|
<header>
|
||||||
<h2 id="order-title">Order {{ order.id }}</h2>
|
<h2 id="order-title">Order {{ order.id }}</h2>
|
||||||
|
|
Loading…
Reference in a new issue