Add norobot tag on order pages

This commit is contained in:
Midgard 2020-09-26 00:39:50 +02:00
parent 0ab0824913
commit 9641435b64
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -9,6 +9,11 @@
{% import "utils.html" as util %}
{% block metas %}
{{ super() }}
<meta name="robots" content="noindex, nofollow">
{% endblock %}
{% block container %}
<header>
<h2 id="order-title">Order {{ order.id }}</h2>